@import url(f-style.css);
@import url(font-awesome.min.css);
@import url(swiper.min.css);
@import url(animate.css);

/*字体*/

@font-face {
    font-weight: normal;
    font-family: "opensans-normal";
    src        : url("../fonts/OPENSANS-REGULAR.TTF") format("truetype");
}

@font-face {
    font-weight: normal;
    font-family: "opensans-bold";
    src        : url("../fonts/OPENSANS-BOLD.TTF") format("truetype");
}

@font-face {
    font-weight: normal;
    font-family: "opensans-bolder";
    src        : url("../fonts/OPENSANS-SEMIBOLD.TTF") format("truetype");
}

@font-face {
    font-weight: normal;
    font-family: "DIN-Regular";
    src        : url("../fonts/DIN-Regular.otf") format("opentype");
}


/*初始化*/

* {
    padding                    : 0;
    margin                     : 0;
    outline                    : none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing         : border-box;
    -moz-box-sizing            : border-box;
    box-sizing                 : border-box;
}

html {
    font-size               : calc(100vw/19.2);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust    : 100%;
    -webkit-font-smoothing  : antialiased;
    -moz-osx-font-smoothing : grayscale;
}

body {
    min-height : 100%;
    font-family: 'opensans-normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
    font-size  : 16px;
    line-height: 1.5;
    color      : #333;
    background : #fff;
}

img {
    border        : 0;
    vertical-align: top;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}


input,
button {
    border : 0 none;
    padding: 0;
    margin : 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor            : pointer;
}

textarea {
    resize  : none;
    overflow: auto;
}

input,
button,
textarea,
select {
    border     : 0;
    font-family: inherit;
    font-size  : inherit;
    color      : inherit;
    background : transparent;
}


/* placeholder修改 */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color  : #999 !important;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color  : #999 !important;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999 !important;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    white-space       : nowrap;
    -webkit-appearance: none;
    -moz-appearance   : none;
    appearance        : none;
}

select::-ms-expand {
    display: none;
}


/*公共样式*/

.c-clear {
    zoom: 1;
}

.c-clear:after {
    content: '';
    display: block;
    clear  : both;
}

.c-fl {
    float: left;
}

.c-fr {
    float: right;
}

.c-container {
    position: relative;
    margin  : 0 auto;
    width   : 83.333333%;
}

@media (max-width: 972px) {
    .c-container {
        padding: 0 20px;
        width  : 100%;
    }
}

.c-container2 {
    position: relative;
    margin  : 0 auto;
    width   : 86%;
}

@media (max-width: 972px) {
    .c-container2 {
        width  : 100%;
        padding: 0 20px;
    }
}

.c-margin0 {
    margin: 0 !important;
}

.c-font-bold {
    font-family: "opensans-bold";
}

.c-font60 {
    font-size  : 60px;
    line-height: 70px;
}

@media (max-width: 1580px) {
    .c-font60 {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    .c-font60 {
        font-size  : 30px;
        line-height: 40px;
    }
}

.c-font40 {
    font-size  : 40px;
    line-height: 50px;
}

@media (max-width: 1580px) {
    .c-font40 {
        font-size  : 34px;
        line-height: 44px;
    }
}

@media (max-width: 748px) {
    .c-font40 {
        font-size  : 24px;
        line-height: 34px;
    }
}

.c-font30 {
    font-size  : 30px;
    line-height: 1.5;
}

@media (max-width: 1580px) {
    .c-font30 {
        font-size  : 24px;
        line-height: 34px;
    }
}

@media (max-width: 748px) {
    .c-font30 {
        font-size  : 20px;
        line-height: 30px;
    }
}

.c-font24 {
    font-size  : 24px;
    line-height: 34px;
}

@media (max-width: 1580px) {
    .c-font24 {
        font-size  : 20px;
        line-height: 30px;
    }
}

@media (max-width: 748px) {
    .c-font24 {
        font-size  : 16px;
        line-height: 24px;
    }
}

.c-bgColor1 {
    background: #F5F5F5;
}

.c-bgColor2 {
    background: #fff;
}

.c-ptb120 {
    padding-top   : 120px;
    padding-bottom: 120px;
}

@media (max-width: 1580px) {
    .c-ptb120 {
        padding-top   : 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 748px) {
    .c-ptb120 {
        padding-top   : 60px;
        padding-bottom: 60px;
    }
}

.c-pt120 {
    padding-top: 80px;
}

@media (max-width: 1580px) {
    .c-pt120 {
        padding-top: 80px;
    }
}

@media (max-width: 748px) {
    .c-pt120 {
        padding-top: 60px;
    }
}

.c-pb120 {
    padding-bottom: 80px;
}

@media (max-width: 1580px) {
    .c-pb120 {
        padding-bottom: 80px;
    }
}

@media (max-width: 748px) {
    .c-pb120 {
        padding-bottom: 30px;
    }
}

.c-common-btn1 {
    position     : relative;
    z-index      : 2;
    display      : inline-block;
    width        : 180px;
    height       : 58px;
    border       : 1px solid #ddd;
    border-radius: 3px;
    text-align   : center;
    line-height  : 56px;
    color        : #000;
    transition   : all 0.5s;
    overflow     : hidden;
    cursor       : pointer;
}

.c-common-btn1::before {
    content          : "";
    position         : absolute;
    top              : 50%;
    left             : 50%;
    width            : 110%;
    z-index          : -1;
    height           : 400%;
    background       : #1e4e90;
    transition       : 0.5s;
    border-radius    : 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform        : translate(-50%, -50%) scale(0);
}

.c-common-btn1:hover {
    color       : #fff;
    border-color: #1e4e90;
}

.c-common-btn1:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform        : translate(-50%, -50%) scale(1);
}

.c-common-btn1.c-dt:hover {
    color       : #333;
    background  : transparent;
    border-color: #333;
}

.c-common-btn1.c-dt:hover::before {
    width: 0;
}

@media (max-width: 1260px) {
    .c-common-btn1 {
        width      : 110px;
        height     : 46px;
        line-height: 44px;
    }
}

.c-common-btn2 {
    position     : relative;
    z-index      : 2;
    display      : inline-block;
    width        : 180px;
    height       : 58px;
    border       : 1px solid #1e4e90;
    border-radius: 3px;
    text-align   : center;
    line-height  : 56px;
    color        : #fff;
    transition   : all 0.5s;
    overflow     : hidden;
    background   : #1e4e90;
    cursor       : pointer;
}

.c-common-btn2::before {
    content          : "";
    position         : absolute;
    top              : 50%;
    left             : 50%;
    width            : 110%;
    z-index          : -1;
    height           : 400%;
    background       : #f18643;
    transition       : 0.5s;
    border-radius    : 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform        : translate(-50%, -50%) scale(0);
}

.c-common-btn2:hover {
    border-color: #f18643;
}

.c-common-btn2:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform        : translate(-50%, -50%) scale(1);
}

@media (max-width: 1260px) {
    .c-common-btn2 {
        width      : 110px;
        height     : 46px;
        line-height: 44px;
    }
}

.c-common-btn3 {
    display      : inline-block;
    width        : 180px;
    height       : 58px;
    border       : 1px solid #fff;
    border-radius: 3px;
    text-align   : center;
    line-height  : 56px;
    color        : #fff;
    transition   : all 0.5s;
    overflow     : hidden;
}

.c-common-btn3hover {
    background  : #1e4e90;
    border-color: #1e4e90;
}

.c-common-btn3.c-dt:hover {
    background  : #fff;
    border-color: #fff;
}

@media (max-width: 1260px) {
    .c-common-btn3 {
        width      : 110px;
        height     : 46px;
        line-height: 44px;
    }
}


/* 占位标签，设置导航样式 */

#c-placeholder {
    height: 100px;
}

@media (max-width: 972px) {
    #c-placeholder {
        height: 60px;
    }
}


/*顶部*/

#c-header {
    position   : fixed;
    top        : 0;
    left       : 0;
    z-index    : 900;
    width      : 100%;
    line-height: 100px;
    text-align : center;
    color      : #333;
    transition : all 0.5s;
}

#c-header.c-head-move {
    top: -100px;
}

#c-header.c-style2 {
    color     : #333;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 972px) {
    #c-header {
        line-height: 60px;
    }
}

#c-header a {
    color     : #333;
    transition: all 0.5s;
}

#c-header.c-style2 a {
    color: #333;
}

#c-header .c-container {
    position       : relative;
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    height         : 100px;
}

@media (max-width: 972px) {
    #c-header .c-container {
        height: 60px;
    }
}

#c-header .c-right-box {
    display    : flex;
    align-items: center;
}

#c-header .c-container3 {
    width    : 100%;
    max-width: 100%;
}

/*顶部logo*/

#c-header .c-logo {
    position   : relative;
    z-index    : 3;
    display    : flex;
    align-items: center;
    margin-left: 8%;
}

#c-header .c-logo .c-img-box {
    display    : flex;
    align-items: center;
}

#c-header .c-logo .c-img-box img {
    height: 80px;
}

@media (max-width: 972px) {
    #c-header .c-logo .c-img-box img {
        height: 50px;
    }
}

#c-header .c-logo .c-text {
    display    : inline-block;
    margin-left: 20px;
    font-family: "opensans-bolder";
    transition : all 0.5s;
    line-height: 1;
    margin-top : 10px;
    color      : #333;
}

.c_nav_a {
    font-size: 22px !important;
}

#c-header .c-logo .c-text:hover {
    color: #1e4e90 !important;
}

@media (max-width: 1260px) {
    #c-header .c-logo .c-text {
        margin-left: 10px;
    }
}

@media (max-width: 748px) {
    #c-header .c-logo .c-text {
        display: none;
    }
}

#c-header.c-style3 .c-logo .c-text {
    color: #fff;
}

#c-header.c-style2 .c-logo .c-text {
    color: #333;
}


/*顶部pc导航*/

#c-header .c-nav {
    position       : absolute;
    top            : 0;
    left           : 15%;
    z-index        : 1;
    width          : 100%;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-family    : "opensans-bolder";
}


@media (max-width: 972px) {
    #c-header .c-nav {
        display: none;
    }
}

#c-header .c-nav>li {
    position    : relative;
    margin-right: 40px;
}

#c-header .c-nav>li:last-child {
    margin-right: 0;
}

@media (max-width: 1260px) {
    #c-header .c-nav>li {
        margin-right: 15px;
    }
}

#c-header .c-nav li a {
    position          : relative;
    display           : block;
    -webkit-transition: all 0.5s;
    transition        : all 0.5s;
    color             : #000;
}

#c-header .c-nav li a i {
    margin-left: 8px;
    font-size  : 22px;
}

#c-header .c-nav li.on>a,
#c-header .c-nav li:hover>a {
    color: #1e4e90;
}

#c-header .c-nav ul {
    position         : absolute;
    top              : 99%;
    left             : 50%;
    display          : none;
    width            : 150px;
    line-height      : 50px;
    background       : #fff;
    box-shadow       : 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%);
    transform        : translateX(-50%);
    border-top       : 2px solid #1e4e90;
}

#c-header .c-nav ul li:last-child {
    border: 0;
}

#c-header .c-nav ul li a {
    font-size: 18px;
    color    : #666;
}

#c-header .c-nav ul li a:hover {
    color     : #fff;
    background: #1e4e90;
}

#c-header .c-nav .c-list-box {
    display    : none;
    position   : fixed;
    top        : 100px;
    left       : 0;
    width      : 100%;
    background : #fff;
    border-top : 1px solid #ddd;
    font-family: "opensans-normal";
    box-shadow : 0 5px 5px rgba(0, 0, 0, 0.05);
}

#c-header .c-nav .c-list-box .c-container {
    height: auto;
}

#c-header .c-nav .c-list-box .c-item-box {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
    width      : 100%;
    padding    : 30px 0;
}

#c-header .c-nav .c-list-box .c-item-box .c-line2 {
    width     : 100%;
    border-top: 1px solid #ddd;
}

#c-header .c-nav .c-list-box .c-item-box .c-item {
    position   : relative;
    display    : flex;
    align-items: center;
    width      : 25%;
    padding    : 30px 0;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-img-box {
    margin-right: 10px;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-img-box a {
    display : block;
    width   : 110px;
    overflow: hidden;
}


#c-header .c-nav .c-list-box .c-item-box .c-item .c-img-box a img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-line {
    position   : absolute;
    top        : 30px;
    right      : 0;
    height     : -webkit-calc(40%);
    height     : calc(100% - 60px);
    border-left: 1px solid #ddd;
}

#c-header .c-nav .c-list-box .c-item-box .c-item:nth-child(3n) .c-line {
    display: none;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box {
    width     : -webkit-calc(-113%);
    width     : calc(100% - 213px);
    text-align: left;
}

@media (max-width: 1580px) {
    #c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box {
        width: -webkit-calc(-50%);
        width: calc(100% - 150px);
    }
}

@media (max-width: 1300px) {
    #c-header .c-nav {
        left: 10%;
    }
}

@media (max-width: 1100px) {
    #c-header .c-nav {
        left: 5%;
    }
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box a {
    line-height: 26px;
    color      : #333;
    transition : all 0.5s;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box a:first-child {
    margin-bottom: 20px;
    font-family  : "opensans-bold";
    font-size    : 18px;
    line-height  : 28px;
}


#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box a:hover {
    color: #1e4e90;
}

#c-header.c-style3 .c-nav li>a {
    color: #fff;
}

#c-header.c-style2 .c-nav li>a {
    color: #333;
}

#c-header.c-style2 .c-nav li.on>a,
#c-header .c-nav li:hover>a {
    color: #1e4e90;
}


/*顶部移动端导航*/

#c-header .c-nav2 {
    position   : absolute;
    top        : 60px;
    left       : 0;
    width      : 100%;
    height     : 0;
    font-size  : 16px;
    line-height: 50px;
    background : #fff;
    overflow-y : auto;
    transition : all 0.5s;
    text-align : left;
}

#c-header .c-nav2>li:last-child {
    border-bottom: 1px solid #f1f1f1;
}

#c-header .c-nav2 li {
    padding   : 0 20px;
    border-top: 1px solid #f1f1f1;
}

#c-header .c-nav2 li .c-title-box {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
}

#c-header .c-nav2 li a {
    color             : #333;
    -webkit-transition: all 0.3s;
    transition        : all 0.3s;
}

#c-header .c-nav2 li a i {
    font-size: 20px;
}

#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on>a {
    color: #1e4e90;
}

#c-header .c-nav2 li ul {
    display: none;
}

.c-open #c-header .c-nav2 {
    height: calc(100vh - 60px);
    height: -webkit-calc(90vh);
}


/*顶部导航开关*/

#c-header .c-switch {
    position     : relative;
    display      : none;
    width        : 30px;
    height       : 30px;
    cursor       : pointer;
    background   : #1e4e90;
    border-radius: 3px;
}

@media (max-width: 972px) {
    #c-header .c-switch {
        display: block;
    }
}

#c-header .c-switch i {
    position          : absolute;
    display           : block;
    left              : 5px;
    height            : 2px;
    width             : 20px;
    background        : #fff;
    -webkit-transition: all 0.3s;
    transition        : all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
    top: 8px;
}

#c-header .c-switch i:nth-child(3) {
    bottom: 8px;
}

#c-header .c-switch i:nth-child(2) {
    top       : 50%;
    margin-top: -1px;
}

body.c-open #c-header .c-switch i:nth-child(2) {
    opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
    top              : 50%;
    margin-top       : -1px;
    -webkit-transform: rotate(45deg);
    transform        : rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(3) {
    bottom           : 50%;
    margin-bottom    : -1px;
    -webkit-transform: rotate(-45deg);
    transform        : rotate(-45deg);
}


/* 顶部功能区 */

#c-header .c-gn {
    position   : absolute;
    top        : 12px;
    right      : -20px;
    z-index    : 2;
    display    : flex;
    align-items: center;
}

#c-header .c-gn .c-search {
    margin-right: 50px;
    width       : 28px;
    height      : 64px;
    background  : url(../images/coant.png) no-repeat center / auto 100%;
}

@media (max-width: 1580px) {
    #c-header .c-gn .c-search {
        margin-right: 44px;
    }
}

#c-header .c-gn .c-search:hover {
    background-image: url(../images/coant.png);
}

#c-header .c-gn .nav-drownbox {
    display    : none;
    position   : fixed;
    top        : 0;
    left       : 0;
    padding    : 14px 0;
    width      : 100%;
    height     : 100%;
    background : #f5f5f5;
    line-height: auto;
    box-shadow : 0 5px 5px rgba(0, 0, 0, 0.1);
}

#c-header .c-gn .nav-drownbox .container {
    width  : 100%;
    padding: 60px 8% 0;
}

.nav-drownbox .left {
    width: 50%;
    float: left;

}

.nav-drownbox .left .enTitle {
    display       : block;
    float         : left;
    border-bottom : 2px solid #333;
    color         : #333333;
    font-size     : 36px;
    padding-bottom: 8px;
}

.nav-drownbox .left .title {
    clear        : left;
    color        : #444;
    line-height  : 84px;
    padding      : 10px 0;
    margin-bottom: 10px;
    font-weight  : 100;
    font-size    : 56px;
    border-bottom: 1px solid #d3d3d3;
    text-align   : left;
}

.nav-drownbox .left .footTitle {
    height     : 40px;
    line-height: 40px;
    font-size  : 30px;
    color      : #444;
    margin     : 24px 0 16px 0;
    text-align : left;
}

.nav-drownbox .left .footTitle span {
    vertical-align: middle;
}

.nav-drownbox .left .footTitle .titleB {
    font-size   : 34px;
    margin-right: 5px;
}

.nav-drownbox .left .info {
    font-size  : 16px;
    color      : #444;
    line-height: 30px;
    text-align : left;
}

.nav-drownbox .left .address-info p {
    letter-spacing: 3px;
    font-size     : 16px;
    padding       : 0;
    margin        : 0;
}

.nav-drownbox .left .address-info span {
    display       : table-cell;
    vertical-align: top;
}

.nav-drownbox .left .address-info span.label {
    min-width: 90px;
}

.nav-drownbox .share-box {
    margin-top: 15px;
}

.nav-drownbox .share-box ul {
    display       : flex;
    flex-direction: row;
    align-items   : center;
}

.nav-drownbox .share-box ul li {
    padding-right: 20px;

}

.nav-drownbox .share-box ul li img {
    text-align: center;
    width     : 120px;
    height    : 120px;
}

.nav-drownbox .share-box ul li p {
    font-size  : 14px;
    line-height: 36px;
    margin     : 0;
    padding    : 0;
    text-align : center;
}

.nav-drownbox .right {
    width          : 50%;
    float          : right;
    margin-top     : 8px;
    padding-left   : 10%;
    text-align-last: left;
}

.nav-drownbox .right .title {
    font-size: 30px;
    color    : #444;
}

.nav-drownbox .right .form-box .control-label {
    font-size     : 16px;
    color         : #333;
    display       : inline-block;
    vertical-align: middle;
    margin-right  : 30px;

    text-align: left;
}

.nav-drownbox .right .form-box .light-font {
    color       : #f00;
    margin-right: 4px;
}

.nav-drownbox .right .form-box .form-r {
    width         : 100%;
    display       : inline-block;
    vertical-align: middle;
}

.nav-drownbox .right .form-box .form-group {
    width      : 100%;
    height     : 96px;
    line-height: 50px;
    position   : relative;
    text-align : left;
}

.nav-drownbox .right .form-box .form-r input,
.nav-drownbox .right .form-box .form-r textarea {
    padding: 20px 30px;
}

.nav-drownbox .right .form-box .form-group.vd-top .form-r .form-control,
.nav-drownbox .right .form-box .form-group.vd-top .control-label {
    vertical-align: top;
}

.nav-drownbox .right .form-box .form-r .form-control {
    width       : 100%;
    height      : 35px;
    line-height : 35px;
    border-color: #666666;
    border      : 1px solid #666666;
}

.nav-drownbox .right .form-box .form-r textarea.form-control {
    height: 180px;
}

.nav-drownbox .right .form-box .btn-box {
    display   : inline-block;
    margin-top: 50px;

}

.nav-drownbox .right .form-box .form-r button {
    padding   : 10px 120px;
    font-size : 24px;
    background: #1e4e90;
    text-align: center !important;
    color     : #ffffff;
}

.nav-drownbox #listCloseBtn {
    width   : 32px;
    position: absolute;
    top     : 34px;
    right   : 34px;
    cursor  : pointer;
}

@media (max-width: 972px) {
    #c-header .c-gn .nav-drownbox {
        top: 60px;
    }
}

@media (max-width: 1440px) {
    #c-header .c-nav {
        left: 10%;
    }

}

@media (max-width: 972px) {
    #c-header .c-gn form .c-close {
        right: 20px;
    }
}

@media (max-width: 1440px) {

    .nav-drownbox .left .enTitle {
        font-size: 24px;
    }

    .nav-drownbox .left .title {
        font-size: 48px;
    }

    .nav-drownbox .left .info {
        font-size: 14px;
    }

    .nav-drownbox .right {
        padding-left: 4%;
    }
}

@media (max-width: 1300px) {
    #c-header .c-nav>li {
        margin-right: 25px;
    }

    .nav-drownbox .share-box {
        display: none;
    }

    .nav-drownbox .right .form-box .form-group {
        line-height: 34px;
    }

    .nav-drownbox .right .form-box .form-r textarea.form-control {
        height: 120px;
    }

    .nav-drownbox .right .form-box .btn-box {
        margin-top: -45px;
    }
}

@media (max-width: 1100px) {

    .nav-drownbox .left .enTitle {
        font-size: 20px;
    }

    .nav-drownbox .left .title {
        font-size  : 30px;
        line-height: 48px;
    }

    .nav-drownbox .right .form-box .form-group {
        height: 80px;
    }

    .nav-drownbox .right .form-box .btn-box {
        margin-top: -29px;
    }
}

@media (max-width: 1024px) {
    #c-header .c-gn {
        display: none;
    }

    #c-header .c-logo {
        margin-left: 0;
    }
}

/*首页轮播图*/


/*--------------------------------------------------------------
# Banner One 首页banner
--------------------------------------------------------------*/
.banner-index {
    position  : relative;
    width     : 100%;
    max-height: 100vh;

}

.banner-index .banner-right {
    width     : 90px;
    height    : 100%;
    position  : absolute;
    top       : 0;
    right     : 0;
    background: #fff;
    z-index   : 222;
}

.c-banner1 {
    overflow: hidden;
    position: relative;
}

.c-banner1 .swiper-slide {
    position        : relative;
    background-color: var(--moniz-black, #1e1e22);
}


.c-banner1 .swiper-slide img {
    width              : 100%;
    max-height         : 100vh;
    background-repeat  : no-repeat;
    background-position: center;
}

@media (max-width: 748px) {
    .c-banner1 .swiper-slide .c-pc {
        display: none;
    }
}

.c-banner1 .swiper-slide .c-mb {
    display: none;
}

@media (max-width: 748px) {
    .c-banner1 .swiper-slide .c-mb {
        display: block;
    }
}

.c-banner1 .swiper-slide video {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 2;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 972px) {
    .c-banner1 .swiper-slide video {
        display: none;
    }
}

.c-banner1 .swiper-button-next:hover,
.c-banner1 .swiper-button-prev:hover {
    opacity: 1;
}

.c-banner1 .swiper-pagination {
    bottom: 40px;
}

.c-banner1 .swiper-pagination-bullet {
    position     : relative;
    opacity      : 1;
    margin       : 0 !important;
    width        : 80px;
    height       : 2px;
    background   : #fff;
    border-radius: 0;
}

@media (max-width: 1580px) {
    .c-banner1 .swiper-pagination-bullet {
        width: 80px;
    }
}

@media (max-width: 972px) {
    .c-banner1 .swiper-pagination-bullet {
        width: 50px;
    }
}

.c-banner1 .swiper-pagination-bullet span {
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 0;
    height    : 100%;
    background: #1e4e90;
    transition: 0s;
}

.c-banner1 .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    width     : 100%;
    transition: 5s linear;
    background: #1e4e90;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
}

.c-banner1 .c-box {
    position  : absolute;
    top       : 2.3rem;
    left      : 0;
    z-index   : 3;
    width     : 100%;
    text-align: center;
}

@media (max-width: 972px) {
    .c-banner1 .c-box {
        top: 5rem;
    }
}

@media (max-width: 748px) {
    .c-banner1 .c-box {
        top: 6rem;
    }
}

.c-banner1 .c-box .c-title {
    font-family: "opensans-bold";
    font-size  : 72px;
    line-height: 82px;
    color      : #fff;
    margin-top : 10%;
}

@media (max-width: 1580px) {
    .c-banner1 .c-box .c-title {
        font-size  : 54px;
        line-height: 64px;
    }
}

@media (max-width: 748px) {
    .c-banner1 .c-box .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

.c-banner1 .c-box .c-text {
    padding    : 30px 0 35px;
    font-size  : 24px;
    line-height: 34px;
    color      : #fff;
}

@media (max-width: 748px) {
    .c-banner1 .c-box .c-text {
        padding    : 20px 0 25px;
        font-size  : 20px;
        line-height: 30px;
    }
}

.c-banner1 .c-box .c-btn-box {
    display        : flex;
    align-items    : center;
    justify-content: center;
    color          : #fff;
    border-color   : #fff;
}

.c-banner1 .c-box .c-btn-box a:first-child {
    margin-right: 20px;
}

.c-banner1 .c-box .c-btn-box a:last-child {
    margin-right: 0;
}

.c-banner1 .on {
    color: #fff;
}

.c-banner1 .on .c-common-btn1 {
    border-color: #fff;
    color       : #fff;
    background  : transparent;
}

.c-banner1 .on .c-common-btn1:hover {
    border-color: #1e4e90;
}

/* banner右边社交 */
.side {
    position     : absolute;
    width        : 86px;
    right        : 0;
    top          : 55%;
    margin-top   : -200px;
    z-index      : 100;
    border-bottom: 0
}

.side ul {
    display       : flex;
    flex-direction: column;
}

.side ul li {
    width      : 27px;
    height     : 27px;
    float      : left;
    position   : relative;
    color      : #333;
    font-size  : 14px;
    line-height: 38px;
    text-align : center;
    transition : all .3s;
    cursor     : pointer;
    margin     : 0 auto 15px;
}


.side ul li:hover a {
    color: #fff
}

.side ul li i {
    width : 27px;
    height: 27px;
}

.side ul li.sideetel .telBox.son {
    width     : 122px;
    height    : 122px;
    display   : none;
    color     : #fff;
    text-align: left;
    position  : absolute;
    left      : -154px;
    top       : -44px;
    border    : 1px solid #1e4e90;
}

.side ul li:hover .son {
    display  : block !important;
    animation: fadein 1s
}

.banner-right .c-common-box {
    margin-right: 38px;
}

.banner-right .c-common-box .c-text-box {
    padding: 20px 0;

    position  : relative;
    z-index   : 2;
    color     : #fff;
    text-align: center;
    background: transparent;
}

.banner-right .c-common-box .c-text-box .c-btn {
    margin    : 0 auto;
    width     : 42px;
    height    : 180px;
    background: url(../images/home-video.png) no-repeat center / 100%;
    cursor    : pointer;
    transition: 0.5s;
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media (max-width: 1200px) {
    .banner-right {
        display: none;
    }
}

/* 底部 */

#c-footer {
    position  : relative;
    z-index   : 5;
    color     : #fff;
    background: #1e4e90;
}

#c-footer a {
    color     : #fff;
    transition: 0.5s;
}

#c-footer a:hover {
    color: #498aec !important;
}

#c-footer .c-logo {
    display: block;
}

#c-footer .qr-box {
    width: 130px;
}

#c-footer .qr-box img {
    width: 130px;
}

#c-footer .qr-box p {
    font-size : 14px;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 972px) {
    #c-footer .c-logo {
        margin-bottom: 30px;
        width        : 100%;
    }
}

@media (max-width: 748px) {
    #c-footer .c-logo img {
        height: 30px;
    }
}

#c-footer .c-shop-car {
    position       : relative;
    z-index        : 2;
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 180px;
    height         : 58px;
    color          : #fff;
    background     : #1e4e90;
    border-radius  : 3px;
    font-family    : "opensans-bolder";
    overflow       : hidden;
}

#c-footer .c-shop-car::before {
    content          : "";
    position         : absolute;
    top              : 50%;
    left             : 50%;
    width            : 200px;
    z-index          : -1;
    height           : 200px;
    background       : #f18643;
    transition       : all 0.5s;
    border-radius    : 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform        : translate(-50%, -50%) scale(0);
}

#c-footer .c-shop-car:hover {
    color: #fff !important;
}

#c-footer .c-shop-car:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform        : translate(-50%, -50%) scale(1);
}

#c-footer .c-shop-car i {
    margin-right: 10px;
    display     : inline-block;
    width       : 20px;
    height      : 20px;
    background  : url(../images/gwc-ico.png) no-repeat center / 100%;
}

@media (max-width: 972px) {
    #c-footer .c-shop-car i {
        margin-right: 0;
    }
}

@media (max-width: 1260px) {
    #c-footer .c-shop-car {
        width : 110px;
        height: 46px;
    }
}

@media (max-width: 1260px) {
    #c-footer .c-shop-car {
        display: none;
    }
}

#c-footer .c-top-box .c-container {
    display        : flex;
    flex-wrap      : wrap;
    align-items    : flex-start;
    justify-content: space-between;
}

#c-footer .c-title-box {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    padding-bottom : 20px;
}

#c-footer .c-title {
    display    : inline-block;
    color      : #fff;
    font-family: "opensans-bold";
    font-size  : 20px;
    line-height: 1;
}

#c-footer .c-title-box a {
    color: #fff;
}

#c-footer .c-title-box a:hover {
    color: #1e4e90;
}

#c-footer .c-title-box i {
    display   : none;
    transition: 0.5s;
}

#c-footer .c-list-box.on .c-title i {
    -webkit-transform: rotate(180deg);
    transform        : rotate(180deg);
}

#c-footer .c-list-box .c-list li {
    line-height   : 24px;
}

#c-footer .c-list-box .c-list li:last-child {
    margin-bottom: 0;
}

#c-footer .c-text-box {
    line-height: 26px;
}

#c-footer .c-text-box p {
    padding-bottom: 10px;
}

#c-footer .c-code {
    padding      : 15px;
    width        : 132px;
    border-radius: 5px;
    background   : #fff;
}

#c-footer .c-code img {
    width: 100%;
}

#c-footer .c-code .c-text {
    padding-top: 15px;
    line-height: 24px;
    text-align : center;
    color      : #999;
}

#c-footer .c-ico {
    display    : flex;
    align-items: center;
}

#c-footer .c-ico a {
    display        : flex;
    align-items    : center;
    justify-content: center;
    margin-right   : 10px;
    width          : 34px;
    height         : 34px;
    border-radius  : 50%;
    color          : #fff;
    background     : #33444f;
    transition     : 0.5s;
}

#c-footer .c-ico a:hover {
    background: #1e4e90;
}

#c-footer .c-weixin {
    display   : none;
    position  : fixed;
    top       : 0;
    left      : 0;
    z-index   : 910;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.4);
}

#c-footer .c-weixin .c-img-box {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    padding          : 20px;
    width            : 200px;
    border-radius    : 5px;
    background       : #fff;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
}

#c-footer .c-weixin .c-img-box img {
    width: 100%;
}

#c-footer .c-weixin .c-img-box .c-text {
    padding-top: 10px;
    font-size  : 16px;
    line-height: 1;
    text-align : center;
    color      : #333;
}

#c-footer .c-bottom-box .c-box {
    padding        : 20px 0;
    border-top     : 1px solid #eee;
    line-height    : 24px;
    color          : #fff;
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
    align-items    : center;
}
#c-footer .c-bottom-box .c-box .links{
    width: 100%;
    margin: 10px 0;
}
#c-footer .c-bottom-box .c-box .links a{
    margin-right: 20px;
       font-size: 14px;
    color    : #fff;
    display: inline-block;
}
#c-footer .c-bottom-box a {
    color: #fff;
}

#c-footer .c-bottom-box .c-copyright {
    display  : table;
    margin   : 0 auto;
    font-size: 14px;
    color    : #fff;
}

#c-footer .c-bottom-box .c-copyright a {
    color: #fff;
}

.wow {
    transition: all 0.5s;
}

@media (max-width: 748px) {
    #c-footer .c-logo img {
        display: table;
        margin : 0 auto;
    }

    #c-footer .c-list-box {
        width  : 100%;
        display: none;
    }

    .scroll-to-top {
        right: 0 !important;
    }
}

.site-footer {
    position: relative;
    display : block;
}

.site-footer__top {
    position        : relative;
    display         : block;
    background-color: #1e4e90;
    padding         : 82px 0 42px;
    z-index         : 1;
}

.site-footer-top-bg {
    position           : absolute;
    top                : 0;
    bottom             : 0;
    left               : 0;
    right              : 0;
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: center;
    opacity            : 0.02;
    z-index            : -1;
}

.footer-widget__title {
    font-size    : 18px;
    color        : var(--moniz-base, #ffffff);
    font-weight  : 700;
    line-height  : 28px;
    margin-bottom: 29px;
}

.footer-widget__about-logo {
    position     : relative;
    display      : block;
    margin-bottom: 29px;
}

.footer-widget__about-logo img {
    width                      : 121px;
    image-rendering            : -moz-crisp-edges;
    image-rendering            : -o-crisp-edges;
    image-rendering            : -webkit-optimize-contrast;
    image-rendering            : crisp-edges;
    -ms-interpolation-mode     : nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility        : hidden;
    -ms-transform              : translateZ(0);
    -webkit-transform          : translateZ(0);
    transform                  : translateZ(0);
}

.footer-widget__about-text {
    font-size  : 16px;
    color      : #9e9ea7;
    margin     : 0;
    line-height: 32px;
}

.footer-widget__about-social-list {
    display          : -webkit-box;
    display          : flex;
    -webkit-box-align: center;
    align-items      : center;
    border-top       : 1px solid rgba(var(--moniz-base-rgb, 255, 255, 255), .10);
    margin-top       : 23px;
    padding-top      : 30px;
}

.footer-widget__about-social-list a {
    display           : -webkit-box;
    display           : flex;
    -webkit-box-align : center;
    align-items       : center;
    -webkit-box-pack  : center;
    justify-content   : center;
    text-align        : center;
    color             : #9e9ea7;
    border-radius     : 50%;
    font-size         : 14px;
    height            : 43px;
    width             : 43px;
    background-color  : #17171a;
    -webkit-transition: all 500ms ease;
    transition        : all 500ms ease;
}

.footer-widget__about-social-list a+a {
    margin-left: 10px;
}

.footer-widget__about-social-list a:hover {
    background-color: var(--moniz-primary, #fc653c);
    color           : var(--moniz-base, #ffffff);
}

.footer-widget__explore-list li+li {
    margin-top: 3px;
}

.footer-widget__explore-list li a {
    position  : relative;
    display   : block;
    font-size : 16px;
    color     : #9e9ea7;
    transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
    padding-left: 15px;
    color       : var(--moniz-base, #ffffff);
}

.footer-widget__explore-list li a:before {
    position        : absolute;
    top             : 45%;
    left            : 0;
    bottom          : 0;
    width           : 6px;
    height          : 6px;
    content         : "";
    background-color: var(--moniz-primary, #fc653c);
    transform       : translateY(-50%);
    opacity         : 0;
    border-radius   : 50%;
    transition      : all 500ms ease;
}

.footer-widget__explore-list li a:hover:before {
    opacity: 1;
}

.footer-widget__contact {
    position    : relative;
    display     : block;
    margin-right: 65px;
}

.footer-widget__contact .footer-widget__title {
    margin-bottom: 34px;
}

.footer-widget__contact-text {
    font-size     : 16px;
    margin        : 0;
    color         : #9e9ea7;
    line-height   : 30px;
    padding-bottom: 27px;
}

.footer-widget__contact-info p {
    margin     : 0;
    line-height: 31px;
}

.footer-widget__contact-phone {
    font-size  : 18px;
    color      : var(--moniz-base, #ffffff);
    font-weight: 700;
    display    : block;
    transition : all 500ms ease;
}

.footer-widget__contact-phone:hover {
    color: var(--moniz-primary, #fc653c);
}

.footer-widget__contact-mail {
    font-size  : 16px;
    color      : var(--moniz-primary, #fc653c);
    font-weight: 400;
    position   : relative;
    display    : inline-block;
    transition : all 500ms ease;
}

.footer-widget__contact-mail:hover {
    color: var(--moniz-base, #ffffff);
}

.footer-widget__contact-mail:before {
    position        : absolute;
    bottom          : 9px;
    left            : 0;
    right           : 0;
    height          : 1px;
    background-color: var(--moniz-primary, #fc653c);
    content         : "";
    transition      : all 500ms ease;
}

.footer-widget__contact-mail:hover:before {
    background-color: var(--moniz-base, #ffffff);
}

.footer-widget__newsletter {
    position        : relative;
    display         : block;
    background-color: #17171a;
    border-radius   : var(--moniz-border-radius, 10px);
    padding         : 45px 50px 41px;
    margin-left     : -30px;
}

.footer-widget__newsletter-form {
    position  : relative;
    display   : block;
    margin-top: -17px;
}

.footer-widget__newsletter-input-box {
    position: relative;
    display : block;
}

.footer-widget__newsletter-input-box:before {
    position        : absolute;
    bottom          : 6px;
    left            : 0;
    right           : 0;
    content         : "";
    height          : 5px;
    background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), .10);
    border-radius   : 5px;
}

.footer-widget__newsletter-input-box input[type="email"] {
    font-size    : 16px;
    color        : #9e9ea7;
    height       : 70px;
    width        : 100%;
    background   : transparent;
    border       : none;
    border-radius: 0;
    padding-right: 60px;
    outline      : none;
}

.footer-widget__newsletter-btn {
    position       : absolute;
    top            : 50%;
    right          : 0;
    height         : 70px;
    width          : 60px;
    display        : flex;
    justify-content: flex-end;
    align-items    : center;
    border-radius  : 50%;
    background     : transparent;
    border         : 0;
    transform      : translateY(-50%);
    transition     : all 500ms ease;
    padding        : 0;
}

.footer-widget__newsletter-btn i {
    font-size: 15px;
    color    : var(--moniz-base, #ffffff);
}

.footer-widget__newsletter-bottom {
    display    : flex;
    align-items: center;
    margin-top : 15px;
}

.footer-widget__newsletter-bottom-icon {
    height         : 18px;
    width          : 18px;
    border         : 1px solid #69696f;
    border-radius  : 50%;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.footer-widget__newsletter-bottom-icon i {
    font-size: 8px;
    color    : #69696f;
}

.footer-widget__newsletter-bottom-text {
    margin-left: 10px;
}

.footer-widget__newsletter-bottom-text p {
    font-size: 16px;
    margin   : 0;
    color    : #9e9ea7;
}

.site-footer-bottom {
    position        : relative;
    display         : block;
    background-color: rgb(23, 23, 26);
    box-shadow      : 0px -1px 0px 0px rgb(255, 255, 255, .05);
    padding         : 32px 0;
}

.site-footer-bottom__inner {
    position  : relative;
    display   : block;
    text-align: center;
}

.site-footer-bottom__copy-right {
    font-size: 15px;
    color    : #9e9ea7;
    margin   : 0;
}

.site-footer-bottom__copy-right a {
    color     : #9e9ea7;
    transition: all 500ms ease;
}

.site-footer-bottom__copy-right a:hover {
    color: var(--moniz-base, #ffffff);
}


/* 顶部banner */

#c-top-banner {
    position: relative;
}

#c-top-banner::before {
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.2);
}

#c-top-banner img {
    width: 100%;
}

#c-top-banner .c-box {
    position         : absolute;
    top              : 50%;
    left             : 0;
    width            : 100%;
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
}

#c-top-banner .c-box .c-title {
    font-size  : 48px;
    line-height: 1.5;
    color      : #fff;
}

#c-top-banner .c-container {
    display        : flex;
    justify-content: center;
    align-items    : center;
}


/* 顶部菜单 */

#c-top-menu {
    background   : #f7f7f7;
    border-bottom: 1px solid #fafafa;
}

#c-top-menu .c-list {
    position     : relative;
    display      : flex;
    align-items  : flex-start;
    overflow-x   : auto;
    margin-bottom: -1px;
}

#c-top-menu .c-list li {
    flex        : none;
    margin-right: 0.4rem;
    line-height : 80px;
    width       : 190px;
}

#c-top-menu .c-list li a {
    position  : relative;
    display   : block;
    color     : #666;
    transition: 0.5s;
}

#c-top-menu .c-list li a::before {
    content      : "";
    position     : absolute;
    bottom       : 0;
    left         : 0;
    width        : 0;
    border-bottom: 2px solid #1e4e90;
    transition   : 0.5s;
}

#c-top-menu .c-list li.on a,
#c-top-menu .c-list li a:hover {
    color: #1e4e90;
}

#c-top-menu .c-list li.on a::before,
#c-top-menu .c-list li a:hover::before {
    width: 100%;
}

#c-top-menu.c-click-move .c-list li {
    width : 25%;
    margin: 0;
}


/* 地图 */

.c-map {
    width     : 100%;
    height    : 100%;
    background: #f5f5f5;
}

.c-map .map-title {
    font-size  : 16px;
    font-weight: bold;
    color      : #1e4e90;
}

.c-map .map-content {
    font-size: 12px;
    color    : #222;
}

.c-map .anchorBL {
    display: none;
}


/* 分享 */

div.bsLogoLink,
#bsBox .bsTop,
#bsBox #bsMorePanel {
    width: 100% !important;
}

.bFind-wrapper-top {
    height: 26px !important;
}

#bsBox #bsMorePanel {
    height: 373px !important;
}

.bsPlatDiv {
    height: 312px !important;
}

.bFind {
    width: 204px !important;
}

#bsBox {
    height     : 408px !important;
    width      : 276px !important;
    margin-left: -138px !important;
}

.bsTop {
    width: 208px !important;
}

.bsFrameDiv div {
    width : 208px !important;
    height: 208px !important;
}

.bsFrameDiv img {
    width : 166px !important;
    height: 166px !important;
}


/* 上下页 */

#c-prev-next {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
}

#c-prev-next a {
    max-width  : 46%;
    display    : flex;
    align-items: center;
    font-size  : 16px;
    line-height: 24px;
    color      : #666;
    transition : 0.5s;
}

#c-prev-next a:hover {
    color: #1e4e90;
}

#c-prev-next .prev i {
    margin-right  : 10px;
    font-size     : 20px;
    vertical-align: middle;
}

#c-prev-next .next i {
    margin-left   : 10px;
    font-size     : 20px;
    vertical-align: middle;
}

@media (max-width: 748px) {
    #c-prevNext {
        margin: -5px 0;
    }

    #c-prevNext a {
        margin: 5px 0;
    }

    #c-prevNext .prev i {
        margin-right: 10px;
    }

    #c-prevNext .next i {
        margin-left: 10px;
    }
}


/* 分页 */

.c-page {
    padding-top    : 100px;
    display        : flex;
    justify-content: center;
    align-items    : flex-start;
    color          : #666;
    font-size      : 16px;
    line-height    : 40px;
}

.c-page a {
    margin    : 5px;
    display   : block;
    width     : 40px;
    text-align: center;
    background: #f9f9f9;
    color     : #666;
    transition: 0.5s;
}

.c-page a:hover,
.c-page a .on {
    color     : #fff;
    background: #1e4e90;
}

.c-page .prev,
.c-page .next {
    width: 100px;
}

@media (max-width: 748px) {
    .c-page a {
        display: none;
    }

    .c-page .prev,
    .c-page .next {
        display: inline-block;
    }
}


/* 公共标题 */

.c-common-title {
    text-align: center;
}

.c-common-title .c-title {
    margin-bottom: 20px;
    font-size    : 36px;
    font-family  : "opensans-bold";
    color        : #1A1A1A;
    line-height  : 70px;
}

@media (max-width: 1580px) {
    .c-common-title .c-title {
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    .c-common-title .c-title {
        font-size  : 24px;
        line-height: 40px;
    }
}

#c-product {
    padding: 42px 0;
}

#c-product .c-list {
    margin: 0 -2px -4px;
}

#c-product .pc {
    display: block;
}

#c-product .mb {
    display: none;
}

@media (max-width: 991px) {
    #c-product .pc {
        display: none;
    }

    #c-product .mb {
        display: block;
    }
}

@media (max-width: 748px) {
    #c-product .c-list {
        margin: 0 0 -30px;
    }
}

#c-product .c-list li {
    float  : left;
    padding: 0 10px;
    width  : 50%;
}

@media (max-width: 748px) {
    #c-product .c-list li {
        padding: 0 0 30px;
        width  : 100%;
    }
}

#c-product .c-list li .c-wrap {
    position: relative;
    display : block;
    color   : #333;
}

#c-product .c-list li .c-wrap .c-img-box {
    overflow: hidden;
}

@media (max-width: 972px) {
    #c-product .c-list li .c-wrap .c-img-box {
        height: 6rem;
    }
}

@media (max-width: 748px) {
    #c-product .c-list li .c-wrap .c-img-box {
        height: 10rem;
    }
}

#c-product .c-list li .c-wrap .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
    transition: 1s;
}

#c-product .c-list li .c-wrap .c-text-box {
    padding: 60px 30px;
}

@media (max-width: 1580px) {
    #c-product .c-list li .c-wrap .c-text-box {
        padding: 30px;
    }
}

@media (max-width: 748px) {
    #c-product .c-list li .c-wrap .c-text-box {
        padding : 15px 0 0;
        position: relative;
    }
}

#c-product .c-list li .c-wrap:hover .c-text-box .c-title {
    color      : #1e4e90;
}
#c-product .c-list li .c-wrap .c-text-box .c-title{
    font-size: 30px;
    color: #000;
}
@media (max-width: 1580px) {
    #c-product .c-list li .c-wrap .c-text-box .c-title {
        font-size  : 24px;
        line-height: 40px;
    }
}

@media (max-width: 748px) {
    #c-product .c-list li .c-wrap .c-text-box .c-title {
        font-size  : 22px;
        line-height: 34px;
    }
}

#c-product .c-list li .c-wrap .c-text-box .c-text {
    padding    : 10px 0 25px;
    line-height: 26px;
    color      : #000;
    font-size  : 20px;
}

@media (max-width: 748px) {
    #c-product .c-list li .c-wrap .c-text-box .c-text {
        padding: 0 0 10px;
    }
}

#c-product .c-list li .c-wrap:hover .c-img-box img {
    transform        : scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-product .c-list li .c-wrap .c-img-box {
    height: -webkit-calc(6rem);
    height: calc(5rem + 4px);
}

@media (max-width: 972px) {
    #c-product .c-list li .c-wrap .c-img-box {
        height: -webkit-calc(16rem);
        height: calc(12rem + 4px);
    }
}

@media (max-width: 748px) {
    #c-product .c-list li .c-wrap .c-img-box {
        height: 10rem;
    }
}

#c-product .c-list li.on .c-wrap {
    color: #fff;
}

@media (max-width: 748px) {
    #c-product .c-list li.on .c-wrap {
        color: #333;
    }
}

#c-product .c-list li.on .c-wrap .c-common-btn1 {
    border-color: #fff;
    color       : #fff;
}

@media (max-width: 748px) {
    #c-product .c-list li.on .c-wrap .c-common-btn1 {
        border-color: #333;
        color       : #333;
    }
}

#c-product .c-list li.on .c-wrap .c-common-btn1:hover {
    color       : #fff;
    border-color: #1e4e90;
}

#c-product .c-list li.on .c-wrap .c-common-btn1:hover::before {
    width: 100%;
}

.mb120 {
    margin-bottom: 120px;
}

#c-expore .c-list li {
    padding: 0 2px 4px;
    width  : 25%;
}

.news_box {
    padding-right: 15px;
}

.news_box:last-child {
    padding-right: 0;
}

@media (max-width: 1260px) {
    #c-expore .c-list li {
        width: 50%;
    }
}

#c-about2-5 .c-list li.news_box .c-wrap .c-text-box {
    display: inline-block;
    padding: 0 42px;
}

#c-about2-5 .c-list li.news_box .c-wrap .c-text-box p {
    overflow          : hidden;
    text-overflow     : ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#c-about2-5 .c-list li.news_box .c-wrap:hover .c-text-box .c-title,
#c-about2-5 .c-list li.news_box .c-wrap:hover .c-text-box p {
    color: #1e4e90;
}

#c-expore .c-list li .c-wrap {
    position: relative;
    display : block;
    height  : 5rem;
    overflow: hidden;
}

@media (max-width: 1260px) {
    #c-expore .c-list li .c-wrap {
        height: 10rem;
    }
}

@media (max-width: 1260px) {
    #c-expore .c-list li .c-wrap {
        height: 12rem;
    }
}

#c-expore .c-list li .c-wrap img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-expore .c-list li .c-wrap .c-text-box {
    position  : absolute;
    top       : 0;
    left      : 0;
    padding   : 80px 30px;
    width     : 100%;
    height    : 100%;
    transition: all 0.5s;
    text-align: center;
}

@media (max-width: 1580px) {
    #c-expore .c-list li .c-wrap .c-text-box {
        padding: 30px;
    }
}

@media (max-width: 1260px) {
    #c-expore .c-list li .c-wrap .c-text-box {
        padding: 60px 30px;
    }
}

@media (max-width: 748px) {
    #c-expore .c-list li .c-wrap .c-text-box {
        padding: 20px;
    }
}

#c-expore .c-list li .c-wrap .c-text-box .c-title {
    margin-bottom: 25px;
    font-family  : "opensans-bold";
    font-size    : 24px;
    line-height  : 34px;
    color        : #fff;
    transition   : all 0.5s;
}

@media (max-width: 748px) {
    #c-expore .c-list li .c-wrap .c-text-box .c-title {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-expore .c-list li .c-wrap .c-text-box .c-common-btn2 {
    opacity : 0;
    position: relative;
    top     : 50px;
    display : block;
    margin  : 0 auto;
}

#c-expore .c-list li .c-wrap:hover .c-text-box {
    background: rgba(0, 0, 0, 0.5);
}

#c-expore .c-list li .c-wrap:hover .c-text-box .c-title {
    color: #fff;
}

#c-expore .c-list li .c-wrap:hover .c-text-box .c-common-btn2 {
    opacity: 1;
    top    : 0;
}

.c-banner2 {
    width     : 100%;
    padding   : 0 0 60px;
    text-align: center;
}

.c-banner2 .c-text {
    max-width  : 950px;
    min-height : 250px;
    margin     : 0 auto 30px;
    font-size  : 30px;
    line-height: 60px;
}

@media (max-width: 1580px) {
    .c-banner2 .c-text {
        min-height : 100px;
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    .c-banner2 .c-text {
        font-size  : 24px;
        line-height: 34px;
    }
}

.c-banner2 .c-box img {
    margin-bottom: 15px;
}

.c-banner2 .c-box .c-title {
    line-height: 26px;
    color      : #666;
}

.c-banner2 .swiper-pagination-bullet {
    margin       : 0 10px !important;
    width        : 14px;
    height       : 14px;
    border       : 2px solid transparent;
    border-radius: 50%;
    background   : rgba(0, 0, 0, 0.22);
    opacity      : 1;
}

@media (max-width: 748px) {
    .c-banner2 .swiper-pagination-bullet {
        width : 8px;
        height: 8px;
        margin: 0 4px !important;
    }
}

.c-banner2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #1e4e90;
    background  : transparent;
}

.c-banner2 .swiper-slide {
    padding: 0 40px;
}

@media (max-width: 748px) {
    .c-banner2 .swiper-slide {
        padding: 0;
    }
}

.c-banner2 .swiper-button-next,
.c-banner2 .swiper-button-prev {
    opacity   : 0.2;
    right     : 0;
    margin-top: -20px;
    width     : 20px;
    height    : 40px;
    background: url(../images/next.png) no-repeat center / 100% auto;
    transition: 0.5s;
}

@media (max-width: 748px) {

    .c-banner2 .swiper-button-next,
    .c-banner2 .swiper-button-prev {
        display: none;
    }
}

.c-banner2 .swiper-button-next:hover,
.c-banner2 .swiper-button-prev:hover {
    opacity: 1;
}

.c-banner2 .swiper-button-prev {
    right           : auto;
    left            : 0;
    background-image: url(../images/prev.png);
}

.c-common-box {
    position: relative;
}

.c-common-box video {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    .c-common-box video {
        /* display: none; */
    }
}

.c-common-box img {
    display   : none;
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 0;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

.c-common-box img:nth-child(2) {
    display: block;
}

@media (max-width: 748px) {
    .c-common-box img:nth-child(2) {
        display: none;
    }
}

@media (max-width: 748px) {
    .c-common-box img {
        display: block;
    }
}

.c-common-box .c-text-box {
    padding   : 120px 0;
    position  : relative;
    z-index   : 2;
    color     : #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 1580px) {
    .c-common-box .c-text-box {
        padding: 120px 0;
    }
}

@media (max-width: 748px) {
    .c-common-box .c-text-box {
        padding: 60px 0;
    }
}

.c-common-box .c-text-box .c-title {
    font-family: "opensans-bold";
    font-size  : 60px;
    line-height: 70px;
}

@media (max-width: 1580px) {
    .c-common-box .c-text-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    .c-common-box .c-text-box .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

.c-common-box .c-text-box .c-text {
    margin     : 20px 0 40px;
    font-size  : 24px;
    line-height: 34px;
}

@media (max-width: 748px) {
    .c-common-box .c-text-box .c-text {
        margin     : 10px 0 20px;
        font-size  : 20px;
        line-height: 30px;
    }
}

.c-common-box .c-text-box .c-btn {
    margin    : 0 auto;
    width     : 72px;
    height    : 72px;
    background: url(../images/icon/bf-ico.png) no-repeat center / 100%;
    cursor    : pointer;
    transition: 0.5s;
}

@media (max-width: 748px) {
    .c-common-box .c-text-box .c-btn {
        width : 50px;
        height: 50px;
    }
}

.c-common-box .c-text-box .c-btn:hover {
    transform        : scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
}

.c-common-box .c-text-box .c-common-btn2 {
    margin-top: 40px;
}

.c-common-box.c-dt .c-text-box {
    display        : flex;
    align-items    : center;
    justify-content: center;
    padding        : 0;
    height         : -webkit-calc(0vh);
    height         : calc(100vh - 100px);
}

@media (max-width: 972px) {
    .c-common-box.c-dt .c-text-box {
        height: -webkit-calc(40vh);
        height: calc(100vh - 60px);
    }
}

.c-common-box.c-dt .c-text-box .c-text2 {
    margin-bottom: 35px;
    font-family  : "opensans-bold";
    font-size    : 48px;
    line-height  : 58px;
}

@media (max-width: 1580px) {
    .c-common-box.c-dt .c-text-box .c-text2 {
        font-size  : 30px;
        line-height: 40px;
    }
}

@media (max-width: 748px) {
    .c-common-box.c-dt .c-text-box .c-text2 {
        font-size  : 20px;
        line-height: 30px;
    }
}


/* 视频弹窗 */

#hi-video-pop {
    display           : none;
    position          : fixed;
    top               : 0;
    left              : 0;
    z-index           : 1000;
    width             : 100%;
    height            : 100%;
    background        : rgba(0, 0, 0, 0.5);
    text-align        : center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

#hi-video-pop * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

#hi-video-pop .hi-close {
    position     : fixed;
    top          : 86%;
    left         : 50%;
    margin-left  : -25px;
    width        : 50px;
    height       : 50px;
    color        : #fff;
    background   : #fff;
    border-radius: 50%;
    transition   : 0.5s;
    cursor       : pointer;
}

#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
    content   : "";
    position  : absolute;
    bottom    : 24px;
    left      : 10px;
    width     : 30px;
    height    : 2px;
    background: #333;
    transition: 0.5s;
}

#hi-video-pop .hi-close:hover {
    background: #1e4e90;
}

#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
    background: #fff;
}

#hi-video-pop .hi-close:after {
    -webkit-transform: rotate(45deg);
    transform        : rotate(45deg);
}

#hi-video-pop .hi-close:before {
    -webkit-transform: rotate(-45deg);
    transform        : rotate(-45deg);
}

#hi-video-pop video {
    position         : fixed;
    left             : 50%;
    top              : 50%;
    max-width        : 90%;
    max-height       : 70%;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
}


/* 视频弹窗 */

#hi-iframe-video {
    display           : none;
    position          : fixed;
    top               : 0;
    left              : 0;
    z-index           : 1000;
    width             : 100%;
    height            : 100%;
    background        : rgba(0, 0, 0, 0.5);
    text-align        : center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

#hi-iframe-video * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

#hi-iframe-video .hi-close {
    position     : fixed;
    top          : 86%;
    left         : 50%;
    margin-left  : -25px;
    width        : 50px;
    height       : 50px;
    color        : #fff;
    background   : #fff;
    border-radius: 50%;
    transition   : 0.5s;
    cursor       : pointer;
}

#hi-iframe-video .hi-close:after,
#hi-iframe-video .hi-close:before {
    content   : "";
    position  : absolute;
    bottom    : 24px;
    left      : 10px;
    width     : 30px;
    height    : 2px;
    background: #333;
    transition: 0.5s;
}

#hi-iframe-video .hi-close:hover {
    background: #1e4e90;
}

#hi-iframe-video .hi-close:hover:after,
#hi-iframe-video .hi-close:hover:before {
    background: #fff;
}

#hi-iframe-video .hi-close:after {
    -webkit-transform: rotate(45deg);
    transform        : rotate(45deg);
}

#hi-iframe-video .hi-close:before {
    -webkit-transform: rotate(-45deg);
    transform        : rotate(-45deg);
}

#hi-iframe-video iframe {
    position         : fixed;
    left             : 50%;
    top              : 50%;
    width            : 100vh;
    height           : 60vh;
    max-width        : 90%;
    max-height       : 70%;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
}

@media (max-width: 972px) {
    #hi-iframe-video iframe {
        width : 90vw;
        height: 60vw;
    }
}

#c-subscription {
    text-align: center;
}

#c-subscription .c-container {
    display    : flex;
    align-items: flex-start;
}

@media (max-width: 748px) {
    #c-subscription .c-container {
        flex-wrap: wrap;
    }
}

#c-subscription .c-container>div {
    width  : 50%;
    padding: 0 15px;
}

@media (max-width: 748px) {
    #c-subscription .c-container>div {
        width: 100%;
    }

    #c-subscription .c-container>div:last-child {
        padding-top: 60px;
    }
}

#c-subscription .c-title {
    font-family: "opensans-bold";
    font-size  : 36px;
    line-height: 46px;
}

@media (max-width: 748px) {
    #c-subscription .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-subscription .c-text {
    padding    : 10px 0 50px;
    line-height: 26px;
    color      : #666;
}

@media (max-width: 748px) {
    #c-subscription .c-text {
        padding    : 10px 0 25px;
        line-height: 24px;
    }
}

#c-subscription form {
    display      : flex;
    align-items  : flex-start;
    margin       : 0 auto;
    width        : 100%;
    max-width    : 400px;
    height       : 58px;
    border       : 1px solid #1e4e90;
    border-radius: 3px;
    overflow     : hidden;
}

#c-subscription form input {
    flex       : 1;
    width      : calc(100% - 100px);
    padding    : 0 20px;
    height     : 56px;
    line-height: 56px;
    text-align : left;
}

@media (max-width: 748px) {
    #c-subscription form input {
        width: calc(100% - 70px);
    }
}

#c-subscription form button {
    position       : relative;
    display        : flex;
    align-items    : center;
    justify-content: center;
    z-index        : 2;
    flex           : 0 0 100px;
    height         : 56px;
    color          : #fff;
    background     : #1e4e90;
    overflow       : hidden;
}

@media (max-width: 748px) {
    #c-subscription form button {
        flex: 0 0 70px;
    }
}

#c-subscription form button::after {
    content   : "";
    display   : block;
    width     : 30px;
    height    : 30px;
    background: url(../images/icon/yx-ico.png) no-repeat center / 28px auto;
}

#c-subscription form button::before {
    content          : "";
    position         : absolute;
    top              : 50%;
    left             : 50%;
    width            : 120px;
    z-index          : -1;
    height           : 120px;
    background       : #f18643;
    transition       : 0.5s;
    border-radius    : 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform        : translate(-50%, -50%) scale(0);
}

#c-subscription form button:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform        : translate(-50%, -50%) scale(1);
}

#c-subscription .c-list {
    display        : flex;
    align-items    : flex-start;
    justify-content: center;
    flex-wrap      : wrap;
    margin         : 0 -20px -20px;
    padding-top    : 10px;
    min-height     : 58px;
}

@media (max-width: 1260px) {
    #c-subscription .c-list {
        margin: 0 -10px -10px;
    }
}

@media (max-width: 748px) {
    #c-subscription .c-list {
        padding-top: 0;
    }
}

#c-subscription .c-list li {
    padding: 0 20px 20px;
}

@media (max-width: 1260px) {
    #c-subscription .c-list li {
        padding: 0 10px 10px;
    }
}

#c-subscription .c-list li a {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 38px;
    height         : 38px;
}

#c-subscription .c-list li a img {
    max-width : 100%;
    max-height: 100%;
    transition: all 0.5s;
}

#c-subscription .c-list li a:hover img {
    transform        : scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
}

#c-top-site {
    position     : relative;
    z-index      : 10;
    height       : 60px;
    border-bottom: 1px solid #eee;
}

#c-top-site .c-box {
    height     : 54px;
    line-height: 54px;
    color      : #999;
    float      : left;
}

#c-top-site .c-box a {
    font-size : 14px;
    color     : #999;
    transition: 0.5s;
}

#c-top-site .c-box a:hover {
    color: #1e4e90;
}

#c-top-site .c-box i {
    padding   : 0 10px;
    font-style: normal;
}

#c-top-site .c-box i:last-child {
    display: none;
}

#c-top-site.c-dt .c-box {
    color: #fff;
}

#c-top-site.c-dt .c-box a {
    color: #fff;
}

#c-top-site.c-dt .c-box a:hover {
    color: #1e4e90;
}

#c-top-site .c-list1 {
    float      : right;
    line-height: 54px;
}

#c-top-site .c-list1 li {
    float       : left;
    margin-right: 40px;
}

#c-top-site .c-list1 li:last-child {
    margin-right: 0;
}

#c-top-site .c-list1 li a {
    font-size: 18px;
    color    : #000;
}

#c-top-site .c-list1 li.on a,
#c-top-site .c-list1 li:hover a {
    color: #1e4e90;
}

#c-product-menu {
    position  : sticky;
    top       : 0;
    z-index   : 10;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

#c-product-menu .c-list {
    display        : flex;
    align-items    : flex-start;
    justify-content: center;
    overflow-x     : auto;
}

@media (max-width: 972px) {
    #c-product-menu .c-list {
        justify-content: flex-start;
    }
}

#c-product-menu .c-list li {
    flex       : none;
    padding    : 0 25px;
    font-family: "opensans-bold";
    line-height: 80px;
    font-size  : 20px;
}

@media (max-width: 1580px) {
    #c-product-menu .c-list li {
        padding: 0 20px;
    }
}

@media (max-width: 972px) {
    #c-product-menu .c-list li {
        padding    : 0 8px;
        font-size  : 16px;
        line-height: 50px;
    }
}

#c-product-menu .c-list li p {
    font-size    : 22px;
    display      : inline-block;
    padding      : 0 20px;
    color        : #999;
    border-bottom: 2px solid transparent;
    cursor       : pointer;
    transition   : all 0.5s;
}

@media (max-width: 972px) {
    #c-product-menu .c-list li p {
        padding: 0;
    }
}

#c-product-menu .c-list li.on p,
#c-product-menu .c-list li p:hover {
    color       : #1e4e90;
    border-color: #1e4e90;
}

#c-features {
    width: 100%;
    padding: 42px 0;
}
#c-features p{
    /*display: inline-block;*/
}
#c-features p img {
    max-width:100%;
    height: initial !important;
}

#c-features li {
    width: 100%;
    position: relative;
}
#c-features li .text{
    display:table;
    margin: 0 auto;
}
#c-features li .c-container2 {
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
}

#c-features li .c-container2 .c-img-box {
    width        : 52.8%;
    height       : 5.4rem;
    overflow     : hidden;
    border-radius: 30px;
}

@media (max-width: 972px) {
    #c-features li .c-container2 .c-img-box {
        width : 100%;
        height: 13rem;
    }
}

#c-features li .c-container2 .c-img-box img {
    width     : 100%;

}

#c-features li .c-container2 .c-text-box {
    width       : 47.2%;
    padding-left: 120px;
}

@media (max-width: 1580px) {
    #c-features li .c-container2 .c-text-box {
        padding-left: 60px;
    }
}

@media (max-width: 972px) {
    #c-features li .c-container2 .c-text-box {
        width  : 100%;
        padding: 15px 0 0;
    }
}

#c-features li .c-container2 .c-text-box .c-title {
    margin-bottom: 30px;
    font-family  : "opensans-bold";
    font-size    : 36px;
    line-height  : 46px;
}

@media (max-width: 1900px) {
    #c-features li .c-container2 .c-text-box .c-title {
        font-size  : 26px;
        line-height: 36px;
    }
}

@media (max-width: 1260px) {
    #c-features li .c-container2 .c-text-box .c-title {
        font-size  : 20px;
        line-height: 30px;
    }
}

@media (max-width: 748px) {
    #c-features li .c-container2 .c-text-box .c-title {
        margin-bottom: 10px;
        font-size    : 20px;
        line-height  : 30px;
    }
}

#c-features li .c-container2 .c-text-box .c-text {
    font-size  : 18px;
    line-height: 1.5;
    color      : #666;
}

@media (max-width: 1580px) {
    #c-features li .c-container2 .c-text-box .c-text {
        font-size: 16px;
    }
}

#c-features li .c-container2 .c-text-box .c-btn {
    margin    : 20px auto 0;
    width     : 72px;
    height    : 72px;
    background: url(../images/bf-ico.png) no-repeat center / 100%;
    transition: 0.5s;
    cursor    : pointer;
}

@media (max-width: 748px) {
    #c-features li .c-container2 .c-text-box .c-btn {
        width : 50px;
        height: 50px;
    }
}

#c-features li .c-container2 .c-text-box .c-btn:hover {
    transform        : scale(0.8);
    -webkit-transform: scale(0.8);
}

#c-features li:nth-child(3n) .c-container2 {
    flex-direction: row-reverse;
}

#c-features li:nth-child(3n) .c-container2 .c-text-box {
    width  : 47.2%;
    padding: 0 120px 0 0;
}

@media (max-width: 1580px) {
    #c-features li:nth-child(3n) .c-container2 .c-text-box {
        padding: 0 60px 0 0;
    }
}

@media (max-width: 972px) {
    #c-features li:nth-child(3n) .c-container2 .c-text-box {
        padding: 15px 0 0;
        width  : 100%;
    }
}

#c-features li:nth-child(3n-2) {
    margin-bottom : 120px;
    padding-bottom: 0;
}

@media (max-width: 1580px) {
    #c-features li:nth-child(3n-2) {
        margin-bottom: 80px;
    }
}

@media (max-width: 972px) {
    #c-features li:nth-child(3n-2) {
        margin-bottom: 60px;
    }
}

#c-features li:nth-child(3n-2) .c-container2 {
    position: static;
}

#c-features li:nth-child(3n-2) .c-container2 .c-img-box {
    position     : absolute;
    top          : 0;
    left         : 0;
    z-index      : 1;
    width        : 100%;
    height       : 100%;
    border-radius: 0;
}

#c-features li:nth-child(3n-2) .c-container2 .c-img-box::before {
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.2);
}

#c-features li:nth-child(3n-2) .c-container2 .c-text-box {
    position  : relative;
    z-index   : 2;
    margin    : 0 auto;
    width     : 100%;
    max-width : 1000px;
    min-height: 8rem;
    padding   : 120px 0;
    text-align: center;
    color     : #fff;
}

@media (max-width: 972px) {
    #c-features li:nth-child(3n-2) .c-container2 .c-text-box {
        padding: 60px 0;
    }
}

@media (max-width: 748px) {
    #c-features li:nth-child(3n-2) .c-container2 .c-text-box {
        min-height: 18rem;
        padding   : 40px 0 60px;
    }
}

#c-features li:nth-child(3n-2) .c-container2 .c-text-box .c-text {
    color  : #fff;
    opacity: 0.7;
}

#c-features li:last-child {
    margin-bottom : 0;
    padding-bottom: 0;
}

.c-common-box2 {
    position  : relative;
    z-index   : 5;
    background: #fff;
}

.c-common-box2 .c-title {
    margin-bottom : 70px;
    padding-bottom: 28px;
    border-bottom : 1px solid #999;
    font-family   : "opensans-bold";
    font-size     : 36px;
    line-height   : 46px;
}

@media (max-width: 1580px) {
    .c-common-box2 .c-title {
        margin-bottom: 40px;
    }
}

@media (max-width: 748px) {
    .c-common-box2 .c-title {
        padding-bottom: 15px;
        margin-bottom : 25px;
        font-size     : 30px;
        line-height   : 40px;
    }
}

.c-common-box2 .c-box-wrap {
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap {
        flex-direction: column-reverse;
    }
}

.c-common-box2 .c-box-wrap .c-text-box {
    width: 100%;
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap .c-text-box {
        width: 100%;
    }
}

.c-common-box2 .c-box-wrap .c-text-box .c-list li {
    display    : flex;
    align-items: flex-start;
    margin     : 0 -10px 20px;
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap .c-text-box .c-list li {
        margin-bottom: 10px;
    }
}

.c-common-box2 .c-box-wrap .c-text-box .c-list li:last-child {
    margin-bottom: 30px;
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap .c-text-box .c-list li:last-child {
        margin-bottom: 20px;
    }
}

.c-common-box2 .c-box-wrap .c-text-box .text {
    width  : 100%;
    display: table;
    margin : 0 auto;
}

.c-common-box2 .c-box-wrap .c-text-box .text table {
    display        : table;
    margin         : 0 auto;
    width          : 100%;
    text-align     : center;
    border-color   : #000;
    border-collapse: collapse;
}

.c-common-box2 .c-box-wrap .c-text-box .text thead {
    color     : #fff;
    background: rgb(0, 112, 192);
}

.c-common-box2 .c-box-wrap .c-text-box .text tbody {
    font-size: 14px;
}

.c-common-box2 .c-box-wrap .c-text-box .text tbody td,
.c-common-box2 .c-box-wrap .c-text-box .text th {
    padding: 5px 0;
}

.c-common-box2 .c-box-wrap .c-text-box .text .wid150 {
    width: 150px;
}

.c-common-box2 .c-box-wrap .c-text-box .text .spe-td {
    font-weight: 600;
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap .c-text-box .c-list li p {
        font-size  : 16px;
        line-height: 24px;
    }
}

.c-common-box2 .c-box-wrap .c-text-box .c-list li p:first-child {
    font-family: "opensans-bold";
}

.c-common-box2 .c-box-wrap .c-text-box .c-list li p a {
    color: #1e4e90;
}

.c-common-box2 .c-box-wrap .c-text-box .c-list li p a:hover {
    text-decoration: underline;
}

.c-common-box2 .c-box-wrap .c-text-box .c-text {
    font-size  : 18px;
    line-height: 28px;
    color      : #999;
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap .c-text-box .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

.c-common-box2 .c-box-wrap .c-img-box {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 49%;
    height         : 400px;
    overflow       : hidden;
    margin-bottom  : 20px;
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap .c-img-box {
        width: 100%;
    }
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap .c-img-box {
        margin-top: 20px;
        height    : 14rem;
    }
}

.c-common-box2 .c-box-wrap .c-img-box img {
    max-width : 100%;
    max-height: 100%;
}

#c-other-products .c-banner3-wrap {
    position: relative;
}

#c-other-products .c-banner3-wrap .c-wrap {
    display: block;
}

#c-other-products .c-banner3-wrap .c-wrap .c-img-box {
    margin-bottom  : 15px;
    max-height: 409px;
    overflow       : hidden;
    background     : #fff;
    display        : flex;
    align-items    : center;
    justify-content: center;
}
.cik{
      max-height: initial !important;
}
@media (max-width: 972px) {
    #c-other-products .c-banner3-wrap .c-wrap .c-img-box {
        height: 6rem;
    }
}

@media (max-width: 748px) {
    #c-other-products .c-banner3-wrap .c-wrap .c-img-box {
        height: 10rem;
    }
}

#c-other-products .c-banner3-wrap .c-wrap .c-img-box img {
    max-width : 100%;
    max-height: 100%;
    transition: all 0.5s;
}

#c-other-products .c-banner3-wrap .c-wrap .c-title {
    font-size  : 18px;
    color      : #222;
    text-align : center;
    transition : 0.5s;
    margin-top : 10px;
    height: 80px;
    
}

#c-other-products .c-banner3-wrap .c-wrap .f_tit {
    font-size : 16px;
    color     : #000;
    text-align: center;
    margin-top: 5px;
    transition: 0.8s;
}

#c-other-products .c-banner3-wrap .c-wrap .pre {
    font-size : 16px;
    color     : #000;
    text-align: center;
    margin    : 15px 0 0;
}

#c-other-products .c-banner3-wrap .c-wrap .pre b {
    font-size: 30px;
}

@media (max-width: 972px) {
    #c-other-products .c-banner3-wrap .c-wrap .c-title {
        font-size  : 18px;
        line-height: 24px;
        height: auto;
    }
    #c-other-products .c-banner3-wrap .c-wrap .f_tit{
        font-size: 14px;
    }
}

#c-other-products .c-banner3-wrap .c-wrap:hover .c-img-box img {
    transform        : scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-other-products .c-banner3-wrap .c-wrap:hover .c-title,
#c-other-products .c-banner3-wrap .c-wrap:hover .f_tit {
    color: #1e4e90;
}

#c-other-products .c-banner3-wrap .c-next,
#c-other-products .c-banner3-wrap .c-prev {
    position  : absolute;
    top       : 50%;
    opacity   : 0.2;
    right     : -1rem;
    margin-top: -20px;
    width     : 20px;
    height    : 40px;
    background: url(../images/next.png) no-repeat center / 100% auto;
    transition: 0.5s;
    cursor    : pointer;
}

@media (max-width: 972px) {

  #c-other-products .c-banner3-wrap .c-next,
#c-other-products .c-banner3-wrap .c-prev {
    position  : absolute;
    top       : 45%;
    opacity   : 0.2;
    right     : -1rem;
    margin-top: -60px;
    width     : 20px;
    height    : 40px;
    background: url(../images/next.png) no-repeat center / 100% auto;
    transition: 0.5s;
    cursor    : pointer;
}
}

#c-other-products .c-banner3-wrap .c-next:hover,
#c-other-products .c-banner3-wrap .c-prev:hover {
    opacity: 1;
}

#c-other-products .c-banner3-wrap .c-prev {
    right           : auto;
    left            : -1rem;
    background-image: url(../images/prev.png);
}

#c-product-introduction .c-container2 {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    flex-wrap      : wrap;
    margin-top     : 42px;
}

#c-product-introduction .c-right .c-btn-box {
    display: table;
    margin : 42px auto;
}

#c-product-introduction .c-right .c-common-btn1 {
    border       : 1px solid #000;
    color        : #000;
    border-radius: 30px;
}

#c-product-introduction .c-right .c-common-btn1:hover {
    color       : #fff;
    border-color: #1e4e90;
}

#c-product-introduction .c-left {
    width: 60%;
}

@media (max-width: 1580px) {
    #c-product-introduction .c-left {
        width: 60%;
    }
}

@media (max-width: 748px) {
    #c-product-introduction .c-left {
        width: 100%;
    }
    #c-product-introduction .c-right{
        margin-top: 42px;
    }
}

#c-product-introduction .c-right {
    /* padding-top: 1rem; */
    width       : 40%;
    padding-left: 8%;
}

@media (max-width: 1580px) {
    #c-product-introduction .c-right {
        /* padding-top: 0.5rem; */
    }
}

@media (max-width: 748px) {
    #c-product-introduction .c-right {
        /* padding-top: 30px; */
        width       : 100%;
        padding-left: 0;
    }
}

#c-product-introduction .c-right .c-title {
    font-family: "opensans-bold";
    font-weight: bold;
    font-size  : 24px;
    line-height: 36px;
}

@media (max-width: 1580px) {
    #c-product-introduction .c-right .c-title {
        font-size  : 18px;
        line-height: 24px;
    }
}

#c-product-introduction .c-right .c-subtitle {
    padding    : 20px 0 35px;
    font-size  : 16px;
    line-height: 24px;
}

@media (max-width: 1580px) {
    #c-product-introduction .c-right .c-subtitle {
        padding    : 10px 0 25px;
        font-size  : 16px;
        line-height: 26px;
    }
}

.parameter .plist_li {
    width         : 100%;
    line-height   : 45px;
    display       : flex;
    flex-direction: row;
    align-items   : center;
    border-bottom : 1px solid #ddd;
}

.parameter .plist_li span {
    width: 50%;
}

#c-product-introduction .c-right .c-btn {
    position       : relative;
    z-index        : 2;
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 180px;
    height         : 58px;
    color          : #fff;
    background     : #1e4e90;
    border-radius  : 3px;
    font-family    : "opensans-bolder";
    overflow       : hidden;
}

#c-product-introduction .c-right .c-btn::before {
    content          : "";
    position         : absolute;
    top              : 50%;
    left             : 50%;
    width            : 200px;
    z-index          : -1;
    height           : 200px;
    background       : #f18643;
    transition       : 0.5s;
    border-radius    : 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform        : translate(-50%, -50%) scale(0);
}

#c-product-introduction .c-right .c-btn:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform        : translate(-50%, -50%) scale(1);
}

#c-product-introduction .c-right .c-btn i {
    margin-right: 10px;
    display     : inline-block;
    width       : 20px;
    height      : 20px;
    background  : url(../images/gwc-ico.png) no-repeat center / 100%;
}

@media (max-width: 972px) {
    #c-product-introduction .c-right .c-btn i {
        margin-right: 0;
    }
}

@media (max-width: 1260px) {
    #c-product-introduction .c-right .c-btn {
        width : 110px;
        height: 46px;
    }
}

#c-product-introduction .c-banner4-top {
    width        : 100%;
    margin-bottom: 10px;
}

#c-product-introduction .c-banner4-top .swiper-slide {
    display           : flex;
    align-items       : center;
    justify-content   : center;
    /* height         : 5rem; */
}

@media (max-width: 1580px) {
    #c-product-introduction .c-banner4-top .swiper-slide {
        /* height: 5.2rem; */
    }
}

@media (max-width: 748px) {
    #c-product-introduction .c-banner4-top .swiper-slide {
        /* height: 14rem; */
    }
}

#c-product-introduction .c-banner4-top .swiper-slide img {
    max-width : 100%;
    max-height: 100%;
}

#c-product-introduction .c-banner4-bottom .swiper-wrapper {}

#c-product-introduction .c-banner4-bottom .swiper-slide {
    display           : flex;
    align-items       : center;
    justify-content   : center;
    /* height         : 1rem;
    width             : 1rem; */
    border            : 1px solid transparent;
    cursor            : pointer;
}

@media (max-width: 1580px) {
    #c-product-introduction .c-banner4-bottom .swiper-slide {
        /* width : 66px;
        height: 66px; */
    }
}

#c-product-introduction .c-banner4-bottom .swiper-slide.swiper-slide-thumb-active {
    border-color: #1e4e90;
}

#c-product-introduction .c-banner4-bottom .swiper-slide img {
    max-width : 100%;
    max-height: 100%;
}

#c-product-introduction .c-banner4-bottom .c-prev,
#c-product-introduction .c-banner4-bottom .c-next {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 10;
    width     : 25px;
    height    : 100%;
    background: rgb(0, 0, 0, 0.25);
    cursor    : pointer;
}

#c-product-introduction .c-banner4-bottom .c-prev {
    transition: all 0.5s;
}

#c-product-introduction .c-banner4-bottom .c-prev::before {
    content      : "";
    position     : absolute;
    top          : 50%;
    left         : 50%;
    margin       : -6px 0 0 -6px;
    border-right : 12px solid #999;
    border-top   : 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition   : all 0.5s;
}

#c-product-introduction .c-banner4-bottom .c-prev:hover {
    background: #1e4e90;
}

#c-product-introduction .c-banner4-bottom .c-prev:hover::before {
    border-right: 12px solid #fff;
}

#c-product-introduction .c-banner4-bottom .c-next {
    left      : auto;
    right     : 0;
    transition: all 0.5s;
}

#c-product-introduction .c-banner4-bottom .c-next::before {
    content      : "";
    position     : absolute;
    top          : 50%;
    left         : 50%;
    margin       : -6px 0 0 -6px;
    border-left  : 12px solid #999;
    border-top   : 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition   : all 0.5s;
}

#c-product-introduction .c-banner4-bottom .c-next:hover {
    background: #1e4e90;
}

#c-product-introduction .c-banner4-bottom .c-next:hover::before {
    border-left: 12px solid #fff;
}

#c-product-introduction .c-banner5 {
    margin     : 50px 0 60px;
    height     : 220px;
    font-size  : 18px;
    line-height: 1.5;
    color      : #666;
}

@media (max-width: 1580px) {
    #c-product-introduction .c-banner5 {
        font-size: 16px;
        margin   : 25px 0;
        height   : 200px;
    }
}

#c-product-introduction .c-banner5 .swiper-slide {
    padding-right: 130px;
    height       : auto;
    padding-right: 60px;
}

@media (max-width: 1580px) {
    #c-product-introduction .c-banner5 .swiper-slide {
        padding-right: 60px;
    }
}

@media (max-width: 748px) {
    #c-product-introduction .c-banner5 .swiper-slide {
        padding-right: 30px;
    }
}

#c-product-introduction .c-banner5 .swiper-scrollbar-drag {
    background: #1e4e90;
}

#c-special-box {
    position: relative;
}

#c-special1-wrap {
    height  : 100vh;
    position: relative;
}

#c-special1 {
    position: relative;
    left    : 0;
    bottom  : 0;
    z-index : 1;
    width   : 100%;
    height  : 100vh;
}

#c-special1 .c-container {
    margin: 0;
}

#c-special1 .c-text-box {
    position: relative;
    z-index : 5;
    height  : 100vh;
}

#c-special2 {
    position  : relative;
    z-index   : 5;
    background: #fff;
}

#c-special2 .c-container2 {
    position       : relative;
    display        : flex;
    justify-content: space-between;
}

@media (max-width: 748px) {
    #c-special2 .c-container2 {
        flex-direction: column-reverse;
    }
}

#c-special2 .c-list1 {
    position: relative;
    width   : 48.57%;
    padding : 60px 0;
}

@media (max-width: 748px) {
    #c-special2 .c-list1 {
        margin-top: -30px;
        padding   : 0 0 30px 0;
        width     : 100%;
    }
}

#c-special2 .c-list1 li {
    display    : flex;
    align-items: center;
    padding    : 60px 0;
}

@media (max-width: 748px) {
    #c-special2 .c-list1 li {
        padding: 30px 0;
    }
}

#c-special2 .c-list1 li .c-img-box {
    width        : 100%;
    height       : 6.8rem;
    overflow     : hidden;
    border-radius: 30px;
    transition   : 0.5s;
}

@media (max-width: 972px) {
    #c-special2 .c-list1 li .c-img-box {
        height: 8rem;
    }
}

@media (max-width: 748px) {
    #c-special2 .c-list1 li .c-img-box {
        height: 14rem;
    }
}

#c-special2 .c-list1 li .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-special2 .c-list-wrap {
    position   : relative;
    right      : 0;
    bottom     : 0;
    display    : flex;
    align-items: center;
    width      : 46%;
    height     : 100vh;
    background : #fff;
}

@media (max-width: 748px) {
    #c-special2 .c-list-wrap {
        padding: 60px 0;
        height : auto;
        width  : 100%;
    }
}

#c-special2 .c-list-wrap .c-list2 {
    position: relative;
    width   : 100%;
}

#c-special2 .c-list-wrap .c-list2 li {
    opacity : 0;
    position: absolute;
    z-index : 1;
}

#c-special2 .c-list-wrap .c-list2 li:last-child {
    margin-bottom: 0;
}

#c-special2 .c-list-wrap .c-list2 li .c-title {
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 58px;
    color      : #ddd;
    transition : 0.5s;
}

@media (max-width: 1580px) {
    #c-special2 .c-list-wrap .c-list2 li .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special2 .c-list-wrap .c-list2 li .c-title {
        padding    : 0;
        font-size  : 20px;
        line-height: 30px;
    }
}

#c-special2 .c-list-wrap .c-list2 li .c-text {
    padding-top: 10px;
    opacity    : 0;
    font-size  : 18px;
    line-height: 28px;
    transition : 0.5s;
}

@media (max-width: 748px) {
    #c-special2 .c-list-wrap .c-list2 li .c-text {
        padding-top: 0;
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special2 .c-list-wrap .c-list2 li.on {
    position: relative;
    z-index : 2;
    opacity : 1;
}

#c-special2 .c-list-wrap .c-list2 li.on .c-title {
    color: #333;
}

#c-special2 .c-list-wrap .c-list2 li.on .c-text {
    opacity: 1;
}

#c-special2 .c-list-wrap .c-list3 {
    position   : relative;
    z-index    : 10;
    display    : flex;
    align-items: flex-start;
    padding-top: 60px;
    font-size  : 20px;
    line-height: 30px;
}

@media (max-width: 748px) {
    #c-special2 .c-list-wrap .c-list3 {
        padding-top: 20px;
    }
}

#c-special2 .c-list-wrap .c-list3 li {
    margin-right: 20px;
    cursor      : pointer;
    transition  : all 0.5s;
    color       : #999;
}

#c-special2 .c-list-wrap .c-list3 li:last-child {
    margin-right: 0;
}

#c-special2 .c-list-wrap .c-list3 li.on {
    color: #1e4e90;
}

#c-special3 {
    position  : relative;
    z-index   : 1;
    background: #01090e;
    overflow  : hidden;
}

#c-special3 video {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-special3 video {
        display: none;
    }
}

#c-special3 img {
    display   : none;
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-special3 img {
        display: block;
    }
}

#c-special3 .c-main-wrap {
    position  : relative;
    z-index   : 2;
    height    : 9.5rem;
    color     : #fff;
    text-align: center;
}

@media (max-width: 748px) {
    #c-special3 .c-main-wrap {
        height: 30rem;
    }
}

#c-special3 .c-main-wrap .c-title {
    margin-bottom: 10px;
    font-family  : "opensans-bold";
    font-size    : 48px;
    line-height  : 58px;
}

@media (max-width: 1580px) {
    #c-special3 .c-main-wrap .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special3 .c-main-wrap .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-special3 .c-main-wrap .c-text {
    font-size  : 30px;
    line-height: 40px;
    color      : #1e4e90;
}

@media (max-width: 1580px) {
    #c-special3 .c-main-wrap .c-text {
        font-size  : 20px;
        line-height: 30px;
    }
}

@media (max-width: 748px) {
    #c-special3 .c-main-wrap .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special4 {
    position  : relative;
    z-index   : 5;
    overflow  : hidden;
    background: #101213;
}

#c-special4 video {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-special4 video {
        display: none;
    }
}

#c-special4>img {
    display      : none;
    position     : relative;
    z-index      : 1;
    width        : 100%;
    margin-top   : -60px;
    margin-bottom: 20px;
}

@media (max-width: 748px) {
    #c-special4>img {
        display: block;
    }
}

#c-special4 .c-main-wrap {
    position       : relative;
    z-index        : 2;
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 9.5rem;
    color          : #fff;
}

@media (max-width: 972px) {
    #c-special4 .c-main-wrap {
        height: 12rem;
    }
}

@media (max-width: 748px) {
    #c-special4 .c-main-wrap {
        height: auto;
    }
}

#c-special4 .c-main-wrap .c-container2 {
    margin: 0;
}

#c-special4 .c-main-wrap .c-text-box {
    width    : 50%;
    max-width: 700px;
}

@media (max-width: 748px) {
    #c-special4 .c-main-wrap .c-text-box {
        width: 100%;
    }
}

#c-special4 .c-main-wrap .c-text-box .c-title {
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 58px;
}

@media (max-width: 1580px) {
    #c-special4 .c-main-wrap .c-text-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special4 .c-main-wrap .c-text-box .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-special4 .c-main-wrap .c-text-box .c-text {
    padding    : 20px 0 100px;
    font-size  : 30px;
    line-height: 40px;
    color      : #1e4e90;
}

@media (max-width: 1580px) {
    #c-special4 .c-main-wrap .c-text-box .c-text {
        font-size  : 20px;
        line-height: 30px;
    }
}

@media (max-width: 748px) {
    #c-special4 .c-main-wrap .c-text-box .c-text {
        padding    : 10px 0 20px;
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special4 .c-main-wrap .c-text-box .c-list {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
    margin     : 0 -30px -20px;
}

#c-special4 .c-main-wrap .c-text-box .c-list li {
    padding: 0 30px 20px;
}

#c-special4 .c-main-wrap .c-text-box .c-list li img {
    margin-bottom: 10px;
    height       : 55px;
}

@media (max-width: 1580px) {
    #c-special4 .c-main-wrap .c-text-box .c-list li img {
        height: 40px;
    }
}

@media (max-width: 748px) {
    #c-special4 .c-main-wrap .c-text-box .c-list li img {
        height: 30px;
    }
}

#c-special4 .c-main-wrap .c-text-box .c-list li .c-text2 {
    opacity    : 0.7;
    font-size  : 18px;
    line-height: 28px;
}

@media (max-width: 1580px) {
    #c-special4 .c-main-wrap .c-text-box .c-list li .c-text2 {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special5 .c-main-wrap {
    position       : sticky;
    top            : 0;
    z-index        : 2;
    text-align     : center;
    display        : flex;
    align-items    : center;
    justify-content: center;
    flex-wrap      : wrap;
}

#c-special5 .c-main-wrap>div {
    width: 100%;
}

#c-special5 .c-main-wrap .c-text-box {
    max-width: 950px;
    margin   : 0 auto;
}

#c-special5 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 20px;
    font-family  : "opensans-bold";
    font-size    : 48px;
    line-height  : 58px;
}

@media (max-width: 1580px) {
    #c-special5 .c-main-wrap .c-text-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special5 .c-main-wrap .c-text-box .c-title {
        margin-bottom: 10px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-special5 .c-main-wrap .c-text-box .c-text {
    margin-bottom: 80px;
    font-size    : 18px;
    line-height  : 28px;
    color        : #666;
}

@media (max-width: 1580px) {
    #c-special5 .c-main-wrap .c-text-box .c-text {
        margin-bottom: 40px;
        font-size    : 16px;
        line-height  : 24px;
    }
}

@media (max-width: 748px) {
    #c-special5 .c-main-wrap .c-text-box .c-text {
        margin-bottom: 30px;
    }
}

#c-special5 .c-main-wrap .c-video {
    position  : relative;
    margin    : 0 2.6rem;
    height    : 100vh;
    transition: 1s;
    overflow  : hidden;
}

@media (max-width: 748px) {
    #c-special5 .c-main-wrap .c-video {
        display: none;
    }
}

#c-special5 .c-main-wrap .c-video video {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    margin-bottom    : -5px;
    width            : 100vw;
    height           : 100%;
    object-fit       : cover;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
}

#c-special5 .c-main-wrap img {
    width     : 100%;
    object-fit: cover;
    display   : none;
}

@media (max-width: 748px) {
    #c-special5 .c-main-wrap img {
        display: block;
    }
}

#c-special5.on .c-main-wrap .c-video {
    margin: 0;
}

#c-special6 {
    position: relative;
}

#c-special6 .c-main-wrap {
    position: relative;
    right   : 0;
    bottom  : 0;
    z-index : 2;
    width   : 100%;
    height  : 100vh;
}

#c-special6 .c-main-wrap .c-list1 {
    position: absolute;
    top     : 0;
    left    : 0;
    z-index : 1;
    width   : 100%;
    height  : 100%;
}

#c-special6 .c-main-wrap .c-list1 li {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    opacity   : 0;
    transition: all 0.3s;
}

#c-special6 .c-main-wrap .c-list1 li video {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list1 li video {
        display: none;
    }
}

#c-special6 .c-main-wrap .c-list1 li img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
    display   : none;
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list1 li img {
        display: block;
    }
}

#c-special6 .c-main-wrap .c-list1 li.on {
    opacity: 1;
    z-index: 2;
}

#c-special6 .c-main-wrap .c-list2-box {
    position       : relative;
    z-index        : 2;
    float          : right;
    background     : rgba(0, 0, 0, 0.5);
    padding-right  : 2.6rem;
    width          : 41.666%;
    height         : 100%;
    display        : flex;
    align-items    : center;
    justify-content: flex-start;
    color          : #fff;
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list2-box div {
        width: 100%;
    }
}

@media (max-width: 972px) {
    #c-special6 .c-main-wrap .c-list2-box {
        padding-right: 20px;
    }
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list2-box {
        position       : absolute;
        bottom         : 0;
        padding        : 20px;
        width          : 100%;
        height         : auto;
        align-items    : flex-start;
        justify-content: flex-start;
    }
}

#c-special6 .c-main-wrap .c-list2-box .c-title {
    margin-bottom: 50px;
    padding-left : 60px;
    font-family  : "opensans-bold";
    font-size    : 48px;
    line-height  : 58px;
}

@media (max-width: 1580px) {
    #c-special6 .c-main-wrap .c-list2-box .c-title {
        margin-bottom: 30px;
        padding-left : 30px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

@media (max-width: 972px) {
    #c-special6 .c-main-wrap .c-list2-box .c-title {
        padding-left : 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list2-box .c-title {
        margin-bottom: 10px;
        padding-left : 10px;
        font-size    : 20px;
        line-height  : 30px;
    }
}

#c-special6 .c-main-wrap .c-list2-box .c-list2 li {
    padding   : 35px 1.7rem 35px 60px;
    transition: all 0.5s;
    cursor    : pointer;
}

@media (max-width: 1580px) {
    #c-special6 .c-main-wrap .c-list2-box .c-list2 li {
        padding: 30px;
    }
}

@media (max-width: 972px) {
    #c-special6 .c-main-wrap .c-list2-box .c-list2 li {
        padding: 20px;
    }
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list2-box .c-list2 li {
        padding: 10px;
    }
}

#c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-title2 {
    margin-bottom: 10px;
    font-family  : "opensans-bold";
    font-size    : 30px;
    line-height  : 40px;
    transition   : 0.5s;
}

@media (max-width: 1580px) {
    #c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-title2 {
        font-size  : 20px;
        line-height: 30px;
    }
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-title2 {
        font-size    : 16px;
        line-height  : 24px;
        margin-bottom: 0;
    }
}

#c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-text {
    font-size  : 18px;
    line-height: 28px;
    opacity    : 0.5;
    transition : 0.5s;
    transition : all 0.5s;
}

@media (max-width: 1580px) {
    #c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-text {
        display: none;
    }
}

#c-special6 .c-main-wrap .c-list2-box .c-list2 li.on {
    background: #1e4e90;
}

#c-special6 .c-main-wrap .c-list2-box .c-list2 li.on .c-text {
    opacity: 1;
}

#c-special7 {
    position: relative;
    overflow: hidden;
}

#c-special7 img {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-special7 .c-main-wrap {
    position  : relative;
    z-index   : 2;
    height    : 9.5rem;
    color     : #fff;
    text-align: center;
}

@media (max-width: 748px) {
    #c-special7 .c-main-wrap {
        height: 100vh;
    }
}

#c-special7 .c-main-wrap .c-title {
    margin-bottom: 30px;
    font-family  : "opensans-bold";
    font-size    : 48px;
    line-height  : 58px;
}

@media (max-width: 1580px) {
    #c-special7 .c-main-wrap .c-title {
        margin-bottom: 10px;
        font-size    : 40px;
        line-height  : 50px;
    }
}

@media (max-width: 748px) {
    #c-special7 .c-main-wrap .c-title {
        margin-bottom: 10px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-special7 .c-main-wrap .c-text {
    font-size  : 18px;
    line-height: 28px;
}

@media (max-width: 1580px) {
    #c-special7 .c-main-wrap .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special8 {
    position  : relative;
    overflow  : hidden;
    background: #1d1c21;
}

#c-special8 .c-img-list {
    position: absolute;
    z-index : 1;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100%;
}

@media (max-width: 748px) {
    #c-special8 .c-img-list {
        position  : relative;
        height    : 14rem;
        margin-top: -4rem;
    }
}

#c-special8 .c-img-list img {
    position  : absolute;
    z-index   : 1;
    top       : 0;
    left      : 50%;
    height    : 100%;
    transition: 2s;
}

@media (min-width: 769px) {
    #c-special8 .c-img-list img {
        -webkit-transform: translate(-50%, 0);
        transform        : translate(-50%, 0);
    }
}

@media (max-width: 748px) {
    #c-special8 .c-img-list img {
        -webkit-transform: translate(-70%, 0);
        transform        : translate(-70%, 0);
    }
}

@media (min-width: 769px) {
    #c-special8.on .c-img-list img:nth-child(2) {
        -webkit-transform: translate(-50%, -1.68rem);
        transform        : translate(-50%, -1.68rem);
    }
}

@media (max-width: 748px) {
    #c-special8.on .c-img-list img:nth-child(2) {
        -webkit-transform: translate(-70%, -1.68rem);
        transform        : translate(-70%, -1.68rem);
    }
}

#c-special8 .c-main-wrap {
    position       : relative;
    z-index        : 2;
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 9.5rem;
    color          : #fff;
}

@media (max-width: 748px) {
    #c-special8 .c-main-wrap {
        height: auto;
    }
}

#c-special8 .c-main-wrap .c-container2 {
    margin: 0;
}

#c-special8 .c-main-wrap .c-text-box {
    width    : 47%;
    max-width: 700px;
}

@media (max-width: 1260px) {
    #c-special8 .c-main-wrap .c-text-box {
        width: 60%;
    }
}

@media (max-width: 748px) {
    #c-special8 .c-main-wrap .c-text-box {
        width: 100%;
    }
}

#c-special8 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 10px;
    font-family  : "opensans-bold";
    font-size    : 48px;
    line-height  : 58px;
}

@media (max-width: 1580px) {
    #c-special8 .c-main-wrap .c-text-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special8 .c-main-wrap .c-text-box .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-special8 .c-main-wrap .c-text-box .c-text {
    padding    : 20px 0 100px;
    font-size  : 30px;
    line-height: 40px;
    color      : #1e4e90;
}

@media (max-width: 1580px) {
    #c-special8 .c-main-wrap .c-text-box .c-text {
        padding    : 10px 0 40px;
        font-size  : 20px;
        line-height: 30px;
    }
}

@media (max-width: 748px) {
    #c-special8 .c-main-wrap .c-text-box .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special8 .c-main-wrap .c-text-box .c-list {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
    margin     : 0 -30px -20px;
}

#c-special8 .c-main-wrap .c-text-box .c-list li {
    padding: 0 30px 20px;
}

@media (max-width: 1260px) {
    #c-special8 .c-main-wrap .c-text-box .c-list li {
        width: 50%;
    }
}

#c-special8 .c-main-wrap .c-text-box .c-list li .c-num-box {
    display      : flex;
    align-items  : flex-end;
    margin-bottom: 10px;
    line-height  : 1;
    color        : #1e4e90;
}

#c-special8 .c-main-wrap .c-text-box .c-list li .c-num-box .c-t1 {
    position : relative;
    color    : #2b72de;
    font-size: 70px;
}

@media (max-width: 1580px) {
    #c-special8 .c-main-wrap .c-text-box .c-list li .c-num-box .c-t1 {
        font-size: 50px;
    }
}

@media (max-width: 748px) {
    #c-special8 .c-main-wrap .c-text-box .c-list li .c-num-box .c-t1 {
        font-size: 30px;
    }
}

#c-special8 .c-main-wrap .c-text-box .c-list li .c-num-box .c-t1 em {
    content     : attr(data-text);
    position    : absolute;
    z-index     : 10;
    color       : #1e4e90;
    -webkit-mask: linear-gradient(-108deg, #1e4e90 16%, transparent);
    -moz-mask   : linear-gradient(-108deg, #1e4e90 16%, transparent);
    -ms-mask    : linear-gradient(-108deg, #1e4e90 16%, transparent);
    -o-mask     : linear-gradient(-108deg, #1e4e90 16%, transparent);
    mask        : linear-gradient(-108deg, #1e4e90 16%, transparent);
    left        : 0;
    right       : 0;
    top         : 0;
    font-style  : normal;
    font-weight : normal;
}

#c-special8 .c-main-wrap .c-text-box .c-list li .c-text2 {
    opacity    : 0.7;
    font-size  : 18px;
    line-height: 28px;
}

@media (max-width: 1580px) {
    #c-special8 .c-main-wrap .c-text-box .c-list li .c-text2 {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special9 {
    position: relative;
}

#c-special9 .c-main-wrap {
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 9.5rem;
}

@media (max-width: 1580px) {
    #c-special9 .c-main-wrap {
        height: auto;
    }
}

#c-special9 .c-main-wrap .c-container2 {
    margin         : 0;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

@media (max-width: 748px) {
    #c-special9 .c-main-wrap .c-container2 {
        flex-wrap: wrap;
    }
}

#c-special9 .c-main-wrap .c-img-box {
    width        : 60%;
    height       : 6rem;
    overflow     : hidden;
    border-radius: 30px;
}

@media (max-width: 972px) {
    #c-special9 .c-main-wrap .c-img-box {
        height: 8rem;
    }
}

@media (max-width: 748px) {
    #c-special9 .c-main-wrap .c-img-box {
        width : 100%;
        height: 13rem;
    }
}

#c-special9 .c-main-wrap .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-special9 .c-main-wrap .c-text-box {
    padding-left: 130px;
    width       : 40%;
}

@media (max-width: 1580px) {
    #c-special9 .c-main-wrap .c-text-box {
        padding-left: 40px;
    }
}

@media (max-width: 748px) {
    #c-special9 .c-main-wrap .c-text-box {
        padding: 15px 0 0;
        width  : 100%;
    }
}

#c-special9 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 20px;
    font-family  : "opensans-bold";
    font-size    : 36px;
    line-height  : 46px;
}

@media (max-width: 748px) {
    #c-special9 .c-main-wrap .c-text-box .c-title {
        margin-bottom: 10px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-special9 .c-main-wrap .c-text-box .c-text {
    font-size  : 18px;
    line-height: 28px;
    color      : #666;
}

@media (max-width: 1580px) {
    #c-special9 .c-main-wrap .c-text-box .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

@-webkit-keyframes fade1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#c-special10 {
    position: relative;
    overflow: hidden;
}

#c-special10::before {
    opacity   : 1;
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 2;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.5s;
}

#c-special10.on::before {
    opacity: 0;
}

#c-special10 img {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-special10 .c-pc {
        display: none;
    }
}

#c-special10 .c-mb {
    display: none;
}

@media (max-width: 748px) {
    #c-special10 .c-mb {
        display: block;
    }
}

#c-special10 .c-main-wrap {
    position  : relative;
    z-index   : 3;
    height    : 9.5rem;
    color     : #fff;
    text-align: center;
}

@media (max-width: 972px) {
    #c-special10 .c-main-wrap {
        height: auto;
    }
}

@media (max-width: 748px) {
    #c-special10 .c-main-wrap {
        height: 100vh;
    }
}

#c-special10 .c-main-wrap .c-title {
    max-width  : 480px;
    margin     : 0 auto 30px;
    font-family: "opensans-bold";
    font-size  : 36px;
    line-height: 46px;
}

@media (max-width: 972px) {
    #c-special10 .c-main-wrap .c-title {
        margin-bottom: 10px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-special10 .c-main-wrap .c-text {
    font-size  : 18px;
    line-height: 28px;
}

@media (max-width: 972px) {
    #c-special10 .c-main-wrap .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special11 {
    position: relative;
}

#c-special11 .c-main-wrap {
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 9.5rem;
}

@media (max-width: 1580px) {
    #c-special11 .c-main-wrap {
        height: auto;
    }
}

#c-special11 .c-main-wrap .c-container2 {
    margin         : 0;
    display        : flex;
    align-items    : center;
    justify-content: center;
    flex-direction : row-reverse;
}

@media (max-width: 748px) {
    #c-special11 .c-main-wrap .c-container2 {
        flex-wrap: wrap;
    }
}

#c-special11 .c-main-wrap .c-img-box {
    width        : 60%;
    height       : 6rem;
    overflow     : hidden;
    border-radius: 30px;
}

@media (max-width: 972px) {
    #c-special11 .c-main-wrap .c-img-box {
        height: 8rem;
    }
}

@media (max-width: 748px) {
    #c-special11 .c-main-wrap .c-img-box {
        width : 100%;
        height: 13rem;
    }
}

#c-special11 .c-main-wrap .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-special11 .c-main-wrap .c-text-box {
    padding-right: 130px;
    width        : 40%;
}

@media (max-width: 1580px) {
    #c-special11 .c-main-wrap .c-text-box {
        padding-right: 40px;
    }
}

@media (max-width: 748px) {
    #c-special11 .c-main-wrap .c-text-box {
        padding: 15px 0 0;
        width  : 100%;
    }
}

#c-special11 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 20px;
    font-family  : "opensans-bold";
    font-size    : 36px;
    line-height  : 46px;
}

@media (max-width: 748px) {
    #c-special11 .c-main-wrap .c-text-box .c-title {
        margin-bottom: 10px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-special11 .c-main-wrap .c-text-box .c-text {
    font-size  : 18px;
    line-height: 28px;
    color      : #666;
}

@media (max-width: 1580px) {
    #c-special11 .c-main-wrap .c-text-box .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special12 {
    position: relative;
}

#c-special12 .c-main-wrap {
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 9.5rem;
    background     : #101010;
}

@media (max-width: 1580px) {
    #c-special12 .c-main-wrap {
        height: auto;
    }
}

#c-special12 .c-main-wrap .c-container2 {
    margin    : 0;
    text-align: center;
    color     : #fff;
}

#c-special12 .c-main-wrap .c-title-box {
    margin-bottom: 70px;
}

@media (max-width: 1580px) {
    #c-special12 .c-main-wrap .c-title-box {
        margin-bottom: 40px;
    }
}

#c-special12 .c-main-wrap .c-title-box .c-title {
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 58px;
}

@media (max-width: 1580px) {
    #c-special12 .c-main-wrap .c-title-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special12 .c-main-wrap .c-title-box .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-special12 .c-main-wrap .c-list {
    display    : flex;
    align-items: flex-start;
    margin     : 0 -10px -30px;
}

@media (max-width: 972px) {
    #c-special12 .c-main-wrap .c-list {
        flex-wrap: wrap;
    }
}

#c-special12 .c-main-wrap .c-list li {
    width     : 25%;
    padding   : 0 10px 30px;
    transition: all 0.5s;
}

@media (max-width: 972px) {
    #c-special12 .c-main-wrap .c-list li {
        width: 50%;
    }
}

@media (max-width: 748px) {
    #c-special12 .c-main-wrap .c-list li {
        width: 100%;
    }
}

#c-special12 .c-main-wrap .c-list li .c-img-box {
    height  : 3rem;
    overflow: hidden;
}

@media (max-width: 972px) {
    #c-special12 .c-main-wrap .c-list li .c-img-box {
        height: 8rem;
    }
}

@media (max-width: 748px) {
    #c-special12 .c-main-wrap .c-list li .c-img-box {
        height: 14rem;
    }
}

#c-special12 .c-main-wrap .c-list li .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
    transition: all 0.5s;
}

#c-special12 .c-main-wrap .c-list li .c-text-box .c-title {
    padding    : 25px 0 20px;
    font-family: "opensans-bold";
    font-size  : 20px;
    line-height: 30px;
}

@media (max-width: 1580px) {
    #c-special12 .c-main-wrap .c-list li .c-text-box .c-title {
        padding: 15px 0 10px;
    }
}

#c-special12 .c-main-wrap .c-list li .c-text-box .c-text {
    font-size  : 18px;
    line-height: 28px;
    opacity    : 0.5;
}

@media (max-width: 1580px) {
    #c-special12 .c-main-wrap .c-list li .c-text-box .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special12 .c-main-wrap .c-list li:hover {
    -webkit-transform: translateY(-10px);
    transform        : translateY(-10px);
}

#c-special12 .c-main-wrap .c-list li:hover .c-img-box img {
    transform        : scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-special13 {
    position: relative;
    overflow: hidden;
}

#c-special13 .c-main-wrap {
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 9.5rem;
}

@media (max-width: 972px) {
    #c-special13 .c-main-wrap {
        height: auto;
    }
}

#c-special13 .c-main-wrap .c-container2 {
    margin  : 0;
    position: static;
}

#c-special13 .c-main-wrap .c-text-box {
    position : relative;
    z-index  : 2;
    width    : 41.4%;
    max-width: 580px;
}

@media (max-width: 748px) {
    #c-special13 .c-main-wrap .c-text-box {
        width    : 100%;
        max-width: 100%;
    }
}

#c-special13 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 30px;
    font-family  : "opensans-bold";
    font-size    : 48px;
    line-height  : 58px;
}

@media (max-width: 1580px) {
    #c-special13 .c-main-wrap .c-text-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special13 .c-main-wrap .c-text-box .c-title {
        margin-bottom: 10px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-special13 .c-main-wrap .c-text-box .c-text {
    font-size  : 30px;
    line-height: 40px;
    color      : #1e4e90;
}

@media (max-width: 1580px) {
    #c-special13 .c-main-wrap .c-text-box .c-text {
        font-size  : 20px;
        line-height: 30px;
    }
}

@media (max-width: 748px) {
    #c-special13 .c-main-wrap .c-text-box .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special13 .c-main-wrap .c-list {
    position: absolute;
    top     : 0;
    right   : 0;
    z-index : 1;
    width   : 53.6%;
    height  : 100%;
}

@media (max-width: 748px) {
    #c-special13 .c-main-wrap .c-list {
        position: relative;
        width   : auto;
        margin  : 0 -20px;
    }
}

#c-special13 .c-main-wrap .c-list li {
    display        : flex;
    align-items    : center;
    justify-content: flex-end;
    height         : 100%;
}

#c-special13 .c-main-wrap .c-list li img {
    width: 90%;
}

#c-special14 {
    padding   : 80px 0;
    background: #1e4e90 url(../images/zt-more-bj.jpg) no-repeat center / cover;
}

@media (max-width: 748px) {
    #c-special14 {
        padding: 60px 0;
    }
}

#c-special14 .c-title {
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 58px;
    text-align : center;
    color      : #fff;
}

@media (max-width: 1580px) {
    #c-special14 .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special14 .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

.c-banner6-wrap {
    position: relative;
}

.c-banner6-wrap .c-next,
.c-banner6-wrap .c-prev {
    position  : absolute;
    top       : 50%;
    opacity   : 0.2;
    right     : -1rem;
    margin-top: -20px;
    width     : 20px;
    height    : 40px;
    background: url(../images/next.png) no-repeat center / 100% auto;
    transition: 0.5s;
    cursor    : pointer;
}

@media (max-width: 972px) {

    .c-banner6-wrap .c-next,
    .c-banner6-wrap .c-prev {
        display: none;
    }
}

.c-banner6-wrap .c-next:hover,
.c-banner6-wrap .c-prev:hover {
    opacity: 1;
}

.c-banner6-wrap .c-prev {
    right           : auto;
    left            : -1rem;
    background-image: url(../images/prev.png);
}

.c-banner6-wrap .c-banner6 {
    padding-bottom: 60px;
}

@media (max-width: 1580px) {
    .c-banner6-wrap .c-banner6 {
        padding-bottom: 30px;
    }
}

.c-banner6-wrap .c-banner6 .swiper-pagination-progressbar {
    top   : auto;
    bottom: 0;
}

.c-banner6-wrap .c-banner6 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #1e4e90;
}

.c-banner6-wrap .c-banner6 .c-wrap {
    background: #fff;
}

.c-banner6-wrap .c-banner6 .c-wrap .c-text-box {
    position: relative;
    padding : 50px 50px 150px;
    overflow: hidden;
}

@media (max-width: 1580px) {
    .c-banner6-wrap .c-banner6 .c-wrap .c-text-box {
        padding: 30px 30px 80px;
    }
}

.c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-title {
    margin-bottom: 10px;
    font-family  : "opensans-bold";
    font-size    : 30px;
    line-height  : 40px;
}

@media (max-width: 1580px) {
    .c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-title {
        font-size  : 20px;
        line-height: 30px;
    }
}

.c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-text {
    font-size  : 18px;
    line-height: 28px;
    color      : #666;
}

@media (max-width: 1580px) {
    .c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

.c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-num {
    position   : absolute;
    left       : 50px;
    bottom     : -60px;
    opacity    : 0.2;
    font-family: "DIN-Regular";
    font-size  : 200px;
    line-height: 1;
    color      : #ddd;
}

@media (max-width: 1580px) {
    .c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-num {
        left     : 30px;
        bottom   : -30px;
        font-size: 100px;
    }
}

.c-banner6-wrap .c-banner6 .c-wrap .c-img-box {
    overflow  : hidden;
    height    : 3.4rem;
    background: #f5f5f5;
}

@media (max-width: 972px) {
    .c-banner6-wrap .c-banner6 .c-wrap .c-img-box {
        height: 5rem;
    }
}

@media (max-width: 748px) {
    .c-banner6-wrap .c-banner6 .c-wrap .c-img-box {
        height: 9rem;
    }
}

.c-banner6-wrap .c-banner6 .c-wrap .c-img-box img {
    height    : 100%;
    width     : 100%;
    object-fit: cover;
}


#c-about2-2 {
    position   : relative;
    z-index    : 10;
    padding-top: 62px;
}

.taxt-align-center {
    text-align: center;
}

#c-about2-2 .c-text-box {
    margin     : 0 auto 62px;
    max-width  : 1100px;
    line-height: 2;
    word-wrap: break-word;
}

#c-about2-2 .c-text-box p {
    color: #000;
    word-wrap: break-word;
}

#c-about2-2 .c-text-box p span {
    width: 100%;
    font-size  : 22px;
    font-weight: 500;
    color      : #000;
    text-wrap: initial !important;
   
}

@media (max-width: 1024px) {
    #c-about2-2 {
        padding-top: 42px;
    }

    #c-about2-2 .c-text-box {
        margin-bottom: 42px;
    }
}

#c-about2-2 .c-list {
    margin     : 0 -15px -30px;
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
}

#c-about2-2 .c-list li {
    padding: 0 15px 30px;
    width  : 25%;
}

@media (max-width: 1260px) {
    #c-about2-2 .c-list li {
        width: 50%;
    }
}

#c-about2-2 .c-list li .c-top {
    margin-bottom  : 20px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    color          : #1e4e90;
}

@media (max-width: 1580px) {
    #c-about2-2 .c-list li .c-top {
        margin-bottom: 10px;
    }
}

#c-about2-2 .c-list li .c-top .c-num-move {
    font-size  : 100px;
    font-family: "opensans-bolder";
    line-height: 1;
}

@media (max-width: 1580px) {
    #c-about2-2 .c-list li .c-top .c-num-move {
        font-size: 50px;
    }
}

@media (max-width: 748px) {
    #c-about2-2 .c-list li .c-top .c-num-move {
        font-size: 36px;
    }
}

#c-about2-2 .c-list li .c-top .c-gt {
    margin-left: 20px;
}

@media (max-width: 748px) {
    #c-about2-2 .c-list li .c-top .c-gt {
        margin-left: 10px;
    }
}

#c-about2-2 .c-list li .c-top .c-gt .c-t1 {
    font-size  : 36px;
    line-height: 46px;
}

@media (max-width: 1580px) {
    #c-about2-2 .c-list li .c-top .c-gt .c-t1 {
        font-size  : 16px;
        line-height: 24px;
    }
}

@media (max-width: 748px) {
    #c-about2-2 .c-list li .c-top .c-gt .c-t1 {
        font-size  : 12px;
        line-height: 1.2;
    }
}

#c-about2-2 .c-list li .c-top .c-gt .c-t2 {
    font-size  : 18px;
    line-height: 28px;
}

@media (max-width: 1580px) {
    #c-about2-2 .c-list li .c-top .c-gt .c-t2 {
        font-size  : 16px;
        line-height: 24px;
    }
}

@media (max-width: 748px) {
    #c-about2-2 .c-list li .c-top .c-gt .c-t2 {
        font-size  : 12px;
        line-height: 1.2;
    }
}

#c-about2-2 .c-list li .c-text {
    text-align : center;
    max-width  : 250px;
    margin     : 0 auto;
    line-height: 26px;
}

@media (max-width: 748px) {
    #c-about2-2 .c-list li .c-text {
        font-size  : 12px;
        line-height: 22px;
    }
}

#c-about2-3 {
    position: relative;
    z-index : 10;
}

#c-about2-3 .c-img-box {
    position: sticky;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100vh;
    overflow: hidden;
}

#c-about2-3 .c-img-box img {
    display   : none;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 972px) {
    #c-about2-3 .c-img-box img {
        display: block;
    }
}

#c-about2-3 .c-img-box video {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 972px) {
    #c-about2-3 .c-img-box video {
        display: none;
    }
}

#c-about2-3 .c-img-box .c-mask {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 2;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.3);
}

#c-about2-3 .c-text-box {
    position       : sticky;
    top            : 0;
    left           : 0;
    width          : 100%;
    height         : 100vh;
    overflow       : hidden;
    display        : flex;
    align-items    : center;
    justify-content: center;
    text-align     : center;
    color          : #fff;
}

#c-about2-3 .c-text-box img {
    height: 64px;
}

@media (max-width: 1580px) {
    #c-about2-3 .c-text-box img {
        height: 40px;
    }
}

@media (max-width: 748px) {
    #c-about2-3 .c-text-box img {
        height: 40px;
    }
}

#c-about2-3 .c-text-box .c-title {
    margin     : 30px 0 10px;
    font-family: "opensans-bold";
    font-size  : 60px;
    line-height: 70px;
}

@media (max-width: 1580px) {
    #c-about2-3 .c-text-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-about2-3 .c-text-box .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-about2-3 .c-text-box .c-text {
    margin-bottom: 55px;
    line-height  : 2;
}

@media (max-width: 1580px) {
    #c-about2-3 .c-text-box .c-text {
        margin-bottom: 40px;
    }
}

@media (max-width: 748px) {
    #c-about2-3 .c-text-box .c-text {
        margin-bottom: 30px;
    }
}

.c-parallax-box {
    position  : relative;
    z-index   : 1;
    background: #fff;
}

.c-parallax-box .c-parallax-img {
    position  : relative;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

.c-parallax-box.on .c-parallax-img {
    position: fixed !important;
}

#c-about2-5 {
    position   : relative;
    z-index    : 5;
    height     : 100vh;
    display    : flex;
    align-items: center;
}

@media (max-width: 972px) {
    #c-about2-5 {
        height: auto;
    }
}

#c-about2-5 .c-list {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
}

#c-about2-5 .c-list li {
    position: relative;
    width   : 50%;
}

@media (max-width: 748px) {
    #c-about2-5 .c-list li {
        margin-bottom: 30px;
        width        : 100%;
    }

    #c-about2-5 .c-list li:last-child {
        margin-bottom: 0;
    }
}

#c-about2-5 .c-list li .c-wrap {
    display: block;
    color  : #222;
}

#c-about2-5 .c-list li .c-wrap .c-img-box {
    height  : 4rem;
    overflow: hidden;
}

@media (max-width: 1580px) {
    #c-about2-5 .c-list li .c-wrap .c-img-box {
        height: 5rem;
    }
}

@media (max-width: 748px) {
    #c-about2-5 .c-list li .c-wrap .c-img-box {
        height: 10rem;
    }
}

#c-about2-5 .c-list li .c-wrap .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-about2-5 .c-list li .c-wrap .c-text-box {
    padding-right: 1.2rem;
}

#c-about2-5 .c-list li .c-wrap .c-text-box .c-title {
    margin     : 35px 0 20px;
    font-family: "opensans-bold";
    font-size  : 24px;
    line-height: 34px;
}

@media (max-width: 748px) {
    #c-about2-5 .c-list li .c-wrap .c-text-box .c-title {
        margin     : 20px 0 10px;
        font-size  : 20px;
        line-height: 30px;
    }
}

#c-about2-5 .c-list li .c-wrap .c-text-box .c-text {
    line-height: 26px;
    color      : #666;
}

#c-about2-6 {
    position: relative;
}

@media (max-width: 972px) {
    #c-about2-6 {
        padding: 80px 0;
    }
}

#c-about2-6 img {
    position: absolute;
}

#c-about2-6::before {
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 2;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.3);
}

#c-about2-6 .c-container2 {
    z-index        : 3;
    display        : flex;
    align-items    : center;
    justify-content: center;
    text-align     : center;
    height         : 100vh;
}

@media (max-width: 972px) {
    #c-about2-6 .c-container2 {
        height: auto;
    }
}

#c-about2-6 .c-text-box {
    max-width: 910px;
    color    : #fff;
}

#c-about2-6 .c-text-box .c-title {
    margin-bottom: 40px;
    font-family  : "opensans-bold";
    font-size    : 60px;
    line-height  : 70px;
}

@media (max-width: 1580px) {
    #c-about2-6 .c-text-box .c-title {
        margin-bottom: 30px;
        font-size    : 40px;
        line-height  : 50px;
    }
}

@media (max-width: 748px) {
    #c-about2-6 .c-text-box .c-title {
        margin-bottom: 20px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-about2-6 .c-text-box .c-text {
    line-height: 2;
}

/* 发展历程 */

.history-section {
    margin-bottom: 82px;

}


/* news details-1 */

.pc-slide {
    width     : 100%;
    max-width : 1200px;
    margin    : 0 auto;
    position  : relative;
    box-sizing: border-box;
    display   : block;
}

.view .swiper-container {
    width     : 100%;
    margin-top: 42px;
}

.view .swiper-slide {
    width: 100%;
}
.view .swiper-slide a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.view .arrow,
.prview .arrow {
    display : none;
    position: absolute;
    top     : 50%;
    width   : 40px;
    height  : 42px;
    z-index : 10;
}

.view .arrow-left,
.prview .arrow-left {
    left: 10px;
}

.view .arrow-right,
.prview .arrow-right {
    right: 10px;
}

.preview {
    width     : 100%;
    margin-top: 30px;
    height    : 80px;
    position  : relative;
    padding   : 0 100px;
    background: #edf3fb;
}

.preview .swiper-slide {
    padding: 20px 12px;
    width  : 25%;
    height : 100%;
}


.preview .swiper-slide .title {
    font-size: 30px;
    color    : #000;
    position : relative;
}

.preview .arrow {
    position   : absolute;
    top        : 220px;
    width      : 40px;
    height     : 42px;
    text-align : center;
    line-height: 60px;
    z-index    : 10;
    opacity    : 0.45;
}

.preview .arrow:hover {
    opacity: 1;
}

.arrow.arrow-left {
    background: url(../images/icon/left.png) no-repeat;
}

.arrow.arrow-right {
    background: url(../images/icon/right.png) no-repeat;
}

.preview .active-nav .title {
    font-size: 30px;
    color    : #1e4e90;
}

.preview .arrow-left {
    left: 12px;
}

.preview .arrow-right {
    right: 12px;
}

.view {
    padding: 0 90px;
}

.view .swiper-slide {
    padding: 0 20px;
}

.view .swiper-container,
.prview .swiper-container {
    width: 100%;
}

.view .arrow-left,
.prview .arrow-left {
    left: 10px;
}

.view .arrow-right,
.prview .arrow-right {
    right: 10px;
}

.view .swiper-slide .history-center {
    width      : 100%;
    display    : flex;
    flex-wrap  : wrap;
    align-items: center;
}

.history-center .images {
    width    : 50%;
    max-width: 464px;
    overflow : hidden;
}

.history-center .images img {
    width: 100%;
}

.history-center .history-box {
    width       : 50%;
    padding-left: 5%;
}

.history-center .history-box h1 {
    font-size    : 30px;
    color        : #1e4e90;
    margin-bottom: 15px;
}

.history-center .history-box p {
    font-size: 18px;
    color    : #000;
}

/* 荣誉资质 */

#c-culture {
    position: relative;
    z-index : 5;
    margin  : 62px 0;
}

#c-culture .title {
    display: table;
    margin : 0 auto 42px;
}

#c-culture .title span {
    margin: 0 40px;
}

#c-culture .title span a {
    font-size: 22px;
    color    : #000;
}

#c-culture .title span.active a,
#c-culture .title span:hover a {
    color: #1e4e90;
}

.c-culture-box .culture-list {
    display  : flex;
    flex-wrap: wrap;

}

.c-culture-box .culture-list .list {
    width  : 25%;
    padding: 0 10px 20px;


}

.c-culture-box .culture-list .list .img_Li {
    display   : inline-block;
    background: #f7f7f7;
    padding   : 15px 40px;

}

.c-culture-box .culture-list .img {
    width   : 100%;
    overflow: hidden;
}

.c-culture-box .culture-list .img img {
    width: 100%;
}

@media (max-width: 1024px) {
    #c-culture .title span a {
        font-size: 18px;
        color    : #000;
    }

    .c-culture-box .culture-list .list {
        width: 33.33%;
    }

    .preview {
        padding: 0 30px;
    }

    .preview .arrow {
        top: 200px;
    }
}

@media (max-width: 768px) {
    .c-culture-box .culture-list .list {
        width: 50%;
    }

    .preview .arrow {
        top: 180px;
    }

    .preview .active-nav .title,
    .preview .swiper-slide .title {
        font-size : 22px;
        text-align: center;
    }

    .view {
        padding: 0 30px;
    }

    .history-center .images {
        width    : 100%;
        max-width: 100%;
    }

    .history-center .history-box {
        width       : 100%;
        padding-left: 0;
    }

}



/* 首页提示 */

#c-home-tips {
    display   : none;
    position  : fixed;
    z-index   : 890;
    bottom    : 0;
    left      : 0;
    width     : 100%;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

#c-home-tips .c-wrap {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    position       : relative;
    padding        : 35px 0;
    line-height    : 24px;
    text-align     : center;
}

@media (max-width: 748px) {
    #c-home-tips .c-wrap {
        flex-wrap      : wrap;
        justify-content: center;
        padding        : 15px 0;
    }
}

#c-home-tips .c-wrap p {
    margin-right: 30px;
}

@media (max-width: 748px) {
    #c-home-tips .c-wrap p {
        width: 100%;
    }
}

#c-home-tips .c-wrap .c-common-btn2 {
    margin-right: 30px;
    flex-shrink : 0;
}

@media (max-width: 748px) {
    #c-home-tips .c-wrap .c-common-btn2 {
        margin-right: 0;
        margin-top  : 10px;
        flex-shrink : 1;
    }
}

#c-home-tips .c-wrap a {
    color: #1e4e90;
}

#c-home-tips .c-wrap a:hover {
    text-decoration: underline;
}

#c-home-tips .c-wrap .c-close {
    position  : absolute;
    top       : 50%;
    right     : -20px;
    margin-top: -10px;
    width     : 20px;
    height    : 20px;
    background: url(../images/close3.png) no-repeat center / 18px;
    cursor    : pointer;
}

@media (max-width: 748px) {
    #c-home-tips .c-wrap .c-close {
        top  : 20px;
        right: -10px;
    }
}

#c-partner-title {
    text-align: center;
}

#c-partner-title .c-title-box img {
    height: 55px;
}

@media (max-width: 1580px) {
    #c-partner-title .c-title-box img {
        height: 50px;
    }
}

@media (max-width: 1260px) {
    #c-partner-title .c-title-box img {
        height: 40px;
    }
}

@media (max-width: 972px) {
    #c-partner-title .c-title-box img {
        height: 36px;
    }
}

#c-partner-title .c-title-box .c-text {
    margin     : 20px auto 0;
    max-width  : 700px;
    font-size  : 18px;
    line-height: 36px;
}

@media (max-width: 1580px) {
    #c-partner-title .c-title-box .c-text {
        font-size  : 16px;
        line-height: 2;
    }
}

#c-sitemap .c-main-title {
    padding    : 80px 0 40px;
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 58px;
}

@media (max-width: 1580px) {
    #c-sitemap .c-main-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-sitemap .c-main-title {
        padding    : 60px 0 30px;
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-sitemap .c-list>li {
    padding-bottom: 80px;
}

#c-sitemap .c-list>li:last-child {
    padding-bottom: 0;
}

@media (max-width: 1580px) {
    #c-sitemap .c-list>li {
        padding-bottom: 40px;
    }
}

@media (max-width: 748px) {
    #c-sitemap .c-list>li {
        padding-bottom: 30px;
    }
}

#c-sitemap .c-list>li a {
    color     : #333;
    transition: 0.5s;
}

#c-sitemap .c-list>li a:hover {
    color: #1e4e90;
}

#c-sitemap .c-list>li .c-title-box {
    position     : relative;
    line-height  : 54px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 748px) {
    #c-sitemap .c-list>li .c-title-box {
        line-height: 40px;
    }
}

#c-sitemap .c-list>li .c-title-box::before {
    content   : "";
    position  : absolute;
    bottom    : -1px;
    border-top: 1px solid #1e4e90;
    width     : 110px;
}

#c-sitemap .c-list>li .c-title-box a {
    font-family: "opensans-bold";
    font-size  : 24px;
}

@media (max-width: 748px) {
    #c-sitemap .c-list>li .c-title-box a {
        font-size: 20px;
    }
}

#c-sitemap .c-list>li ul {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
    margin     : 20px -25px -20px;
}

@media (max-width: 972px) {
    #c-sitemap .c-list>li ul {
        margin: 20px -10px -20px;
    }
}

#c-sitemap .c-list>li ul li {
    padding: 0 25px 20px;
}

@media (max-width: 972px) {
    #c-sitemap .c-list>li ul li {
        padding: 0 10px 10px;
    }
}

#c-sitemap .c-list>li ul li a {
    color: #666;
}

#c-news .c-main-title {
    margin-bottom: 75px;
    text-align   : center;
}

@media (max-width: 1580px) {
    #c-news .c-main-title {
        margin-bottom: 40px;
    }
}

@media (max-width: 748px) {
    #c-news .c-main-title {
        margin-bottom: 30px;
    }
}

#c-news .c-list1 {
    display        : flex;
    align-items    : flex-start;
    justify-content: center;
    margin         : 20px 0 60px;
    overflow-x     : auto;
}

@media (max-width: 1580px) {
    #c-news .c-list1 {
        margin-bottom: 50px;
    }
}

@media (max-width: 748px) {
    #c-news .c-list1 {
        margin-bottom  : 30px;
        justify-content: flex-start;
    }
}

#c-news .c-list1 li {
    flex        : 0;
    margin-right: 20px;
}

#c-news .c-list1 li:last-child {
    margin-right: 0;
}

#c-news .c-list1 li a {
    position      : relative;
    z-index       : 2;
    display       : inline-block;
    vertical-align: top;
    width         : 180px;
    height        : 58px;
    border        : 1px solid #333;
    border-radius : 3px;
    text-align    : center;
    line-height   : 56px;
    color         : #333;
    transition    : all 0.5s;
    overflow      : hidden;
    cursor        : pointer;
}

@media (max-width: 1260px) {
    #c-news .c-list1 li a {
        width      : 140px;
        height     : 46px;
        line-height: 44px;
    }
}

#c-news .c-list1 li a::before {
    content          : "";
    position         : absolute;
    top              : 50%;
    left             : 50%;
    width            : 110%;
    z-index          : -1;
    height           : 400%;
    background       : #1e4e90;
    transition       : 0.5s;
    border-radius    : 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform        : translate(-50%, -50%) scale(0);
}

#c-news .c-list1 li a:hover {
    color       : #fff;
    border-color: #1e4e90;
}

#c-news .c-list1 li a:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform        : translate(-50%, -50%) scale(1);
}

#c-news .c-list1 li.on a {
    color       : #fff;
    border-color: #1e4e90;
}

#c-news .c-list1 li.on a::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform        : translate(-50%, -50%) scale(1);
}

.product-sec1 h1 {
    font-size    : 36px;
    color        : #000;
    text-align   : center;
    margin-bottom: 42px;
}

#c-news .c-list2 {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
}

.product-sec1 .f_cont ul {
    display    : flex;
    flex-wrap  : wrap;
    align-items: center;
}

.product-sec1 .f_cont li {
    width  : 33.33%;
    padding: 0 15px;
}

@media (max-width: 1580px) {
    #c-news .c-list2 {
        margin: 0 -15px -40px;
    }
}
@media (max-width:1200px){
    .product-sec1 .f_cont li {
        width  :50%;
    }
}
@media (max-width: 748px) {
    #c-news .c-list2 {
        margin: 0 -15px -30px;
    }
}

#c-news .c-adbank-list2 {
    width      : 100%;
    display    : flex;
    flex-wrap  : wrap;
    align-items: center;
}

#c-news .c-adbank-list2 li {
    width  : 33.33%;
    padding: 0 10px 20px;
}

#c-news .title_h1 {
    font-size    : 36px;
    color        : #000;
    text-align   : center;
    margin-bottom: 62px;
}

#c-news {
    margin: 42px 0;
}

#c-news .c-list2 li {
    margin: 0 0 30px;
    width:100%;
}

#c-news .c-list2 li:last-child {
    margin: 0;
}

@media (max-width: 1580px) {
    #c-news .c-list2 li {
        padding: 0 15px 40px;
    }

    #c-news .title_h1 {
        margin-bottom: 42px;
    }
}

@media (max-width: 1024px) {
    #c-news .title_h1 {
        font-size: 24px;

    }

    .c-common-box .c-text-box {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    #c-news .c-list2 li {
        width  : 100% !important;
        padding: 0 15px 30px;
    }

}

@media (max-width: 748px) {

    #c-news .c-adbank-list2 {
        display       : flex;
        flex-direction: column;
        align-items   : initial;
    }

    #c-news .c-adbank-list2 li {
        width  : 100% !important;
        padding: 0 0 20px;
    }

}

#c-news .c-list2 li .c-wrap {
    color      : #333;
    display    : flex;
    flex-wrap  : wrap;
    align-items: center;
    width:100%;

}

#c-news .c-list2 li .c-wrap .c-img-box {
    width   : 35%;
    overflow: hidden;
    max-width: 482px;

}

#c-news .c-list2 li .c-wrap:hover {
    background: #f1f1f1;
}

#c-news .c-list2 li .c-wrap .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
    transition: all 1s;
}

#c-news .c-list2 li .c-wrap .c-text-box {
    width  : 65%;
    padding: 0 8%;
}

@media (max-width: 1024px) {
    #c-news .c-list2 li .c-wrap .c-text-box {
        width  : 65%;
        padding: 0 0 0 5%;
    }
}

@media (max-width: 748px) {
    #c-news .c-list2 li .c-wrap .c-img-box {
        width: 100%;
    }

    #c-news .c-list2 li .c-wrap .c-text-box {
        width      : 100%;
        padding-top: 20px;
    }

    #c-news .c-list2 li .c-wrap .c-text-box .c-text {
        margin: 0 0 10px;
    }

    #c-news .c-list2 li {
        padding: 0 15px 0;
    }
}

#c-news .c-list2 li .c-wrap .c-text-box .c-text {
    margin     : 5px 0 20px;
    font-size  : 14px;
    line-height: 24px;
    color      : #666;
}

#c-news .c-list2 li .c-wrap .c-text-box .c-title {
    font-family       : "opensans-bold";
    font-size         : 20px;
    text-align        : left;
    line-height       : 28px;
    height            : 30px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
}

#c-news .c-list2 li .c-wrap:hover .c-text-box .c-title {
    color: #1e4e90;
}

#c-news .c-list2 li .c-wrap .c-text-box .c-bottom {
    position       : relative;
    margin-top     : 35px;
    padding-top    : 15px;
    border-top     : 1px solid #333;
    display        : flex;
    align-items    : flex-start;
    justify-content: space-between;
    font-size      : 14px;
    line-height    : 24px;
    color          : #666;
}

@media (max-width: 1580px) {
    #c-news .c-list2 li .c-wrap .c-text-box .c-bottom {
        margin-top: 15px;
    }
}

#c-news .c-list2 li .c-wrap .c-text-box .c-bottom::before {
    content   : "";
    position  : absolute;
    top       : -1px;
    left      : 0;
    width     : 0;
    border-top: 1px solid #1e4e90;
    transition: 0.5s;
}

#c-news .c-list2 li .c-wrap .c-text-box .c-bottom .c-more {
    color     : #333;
    transition: 0.5s;
}

#c-news .c-list2 li .c-wrap:hover .c-img-box img {
    transform        : scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

#c-news .c-list2 li .c-wrap:hover .c-text-box .c-bottom::before {
    width: 100%;
}

#c-news .c-list2 li .c-wrap:hover .c-text-box .c-bottom .c-more {
    color: #1e4e90;
}

#c-news .basepage {
    padding-top: 80px;
}

@media (max-width: 1580px) {
    #c-news .basepage {
        padding-top: 50px;
    }
}

@media (max-width: 748px) {
    #c-news .basepage {
        padding-top: 40px;
    }
}

#c-news2 .c-main {
    margin   : 42px auto 0;
    max-width: 100%;
}

#c-news2 .c-main .c-title-box {
    margin-bottom: 5px;
    padding      : 0 0 42px;
    text-align   : center;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 748px) {
    #c-news2 .c-main .c-title-box {
        padding: 30px 0 10px;
    }

    #c-news2 .c-main .c-title-box .c-title {
        margin-bottom: 0 !important;
    }

    #c-news .c-adbank-list2 li {
        width  : 100% !important;
        padding: 0 0 20px;
    }


}

@media (max-width: 640px) {

    #c-news2 .c-main .c-pnBox .f-left,
    #c-news2 .c-main .c-pnBox .f-right {
        float: initial !important;
    }

    #c-news2 .c-main .c-pnBox .f-right .choice-but {
        margin: 20px 0 0;

    }

    #c-news2 .c-main .c-pnBox {
        margin : 0 0 0 !important;
        padding: 42px 0 0 !important;
    }
}

#c-news2 .c-main .c-title-box .c-title {
    margin-bottom: 15px;
    font-family  : "opensans-bold";
    font-size    : 30px;
    line-height  : 54px;
}

@media (max-width: 1580px) {
    #c-news2 .c-main .c-title-box .c-title {
        font-size  : 30px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-news2 .c-main .c-title-box .c-title {
        font-size  : 18px;
        line-height: 40px;
    }
}

#c-news2 .c-main .c-title-box .c-text {
    line-height: 26px;
    color      : #666;
}

#c-news2 .c-main .c-text-box {
    line-height: 1.8;
    padding    : 22px 0 42px;
}

#c-news2 .c-main .c-text-box p video{
   max-width: 100%;
   height: auto !important;
}

#c-news2 .c-main .c-text-box p span {
    font-size : 14px;
    /*text-align: center;*/
    /*display   : table;*/
    /*margin    : 15px 0;*/
}

#c-news2 .c-main .c-text-box img {
    max-width: 100%;
    height   : auto !important;
}

#c-news2 .c-main .c-share {
    display      : flex;
    align-items  : center;
    margin-bottom: 35px;
    padding      : 60px 0 30px;
    border-bottom: 1px solid #ddd;
}

#c-news2 .c-main .c-share .c-text {
    margin-right: 20px;
}

#c-news2 .c-main .c-share a {
    margin-right: 15px;
}

@media (max-width: 748px) {
    #c-news2 .c-main .c-share a {
        margin-right: 10px;
    }
}

#c-news2 .c-main .c-share a .a2a_svg {
    width      : 24px;
    height     : 24px;
    line-height: 24px;
    transition : 0.5s;
    color      : #01a954;
    background : #01a954;
}

#c-news2 .c-main .c-share a:hover .a2a_svg {
    opacity   : 1;
    background: #1e4e90 !important;
}

#c-news2 .c-main .c-pnBox {
    border-top: 1px solid #eee;
    padding   : 42px 0 0;
    margin    : 0 0 42px;
}

#c-news2 .c-main .c-pnBox .f-left {
    float: left;
}

#c-news2 .c-main .c-pnBox .f-right {
    float: right;
}

#c-news2 .c-main .c-pnBox p {
    display    : flex;
    align-items: flex-start;
    margin-top : 10px;
}

#c-news2 .c-main .c-pnBox p:first-child {
    margin-top: 0;
}

#c-news2 .c-main .c-pnBox p span {
    flex-shrink: 0;
    display    : inline-block;
    width      : 70px;
}

@media (max-width: 748px) {
    #c-news2 .c-main .c-pnBox p span {
        width: 90px;
    }
}

#c-news2 .c-main .c-pnBox p a {
    color     : #666;
    transition: 0.5s;
}

#c-news2 .c-main .c-pnBox p a:hover {
    color: #1e4e90;
}

#c-video {
    padding-top: 20px;
}

@media (max-width: 748px) {
    #c-video {
        padding-top: 30px;
    }
}

#c-video .c-container2 {
    display        : flex;
    align-items    : flex-start;
    flex-wrap      : wrap;
    justify-content: space-between;
}

#c-video .c-left {
    position: sticky;
    top     : 120px;
    width   : 21.42857%;
}

@media (max-width: 972px) {
    #c-video .c-left {
        top  : 80px;
        width: 27%;
    }
}

@media (max-width: 748px) {
    #c-video .c-left {
        position: relative;
        top     : 0;
        width   : 100%;
    }
}

#c-video .c-left .c-list li {
    margin-bottom: 10px;
    line-height  : 30px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 748px) {
    #c-video .c-left .c-list li {
        margin-bottom: 10px;
    }
}

#c-video .c-left .c-list li a {
    color     : #333;
    transition: 0.5s;
}

#c-video .c-left .c-list li a:hover {
    color: #1e4e90;
}

#c-video .c-left .c-list li:nth-child(1) {
    margin-bottom : 0;
    padding-bottom: 10px;
    border-bottom : none;
}

@media (max-width: 748px) {
    #c-video .c-left .c-list li:last-child {
        margin-bottom : 30px;
        padding-bottom: 30px;
    }
}

#c-video .c-left .c-list li.on a {
    font-family: "opensans-bold";
    color      : #1e4e90;
}

#c-video .c-right {
    width: 75%;
}

@media (max-width: 972px) {
    #c-video .c-right {
        width: 70%;
    }
}

@media (max-width: 748px) {
    #c-video .c-right {
        width: 100%;
    }
}

#c-video .c-right .c-main-title {
    margin-bottom: 35px;
    font-family  : "opensans-bold";
    font-size    : 30px;
    line-height  : 40px;
}

@media (max-width: 748px) {
    #c-video .c-right .c-main-title {
        margin-bottom: 20px;
    }
}

#c-video .c-right .c-list {
    width      : 100%;
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
    margin     : 0 -20px -60px;
}

@media (max-width: 1580px) {
    #c-video .c-right .c-list {
        margin: 0 -20px -40px;
    }
}

@media (max-width: 972px) {
    #c-video .c-right .c-list {
        margin: 0 -10px -40px;
    }
}

@media (max-width: 748px) {
    #c-video .c-right .c-list {
        margin: 0 -10px -30px;
    }

    #cd-nav {
        display: block !important;
    }

    #c-video .c-left {
        display: none;
    }
}

#c-video .c-right .c-list li {
    padding: 0 20px 60px;
    width  : 50%;
}

/* 手机端产品菜单 */
#cd-nav {
    display: none;
}

/* -------------------------------- 

Main components 

-------------------------------- */
#cd-nav .list_dl {
    padding: 0 30px;
}

#cd-nav ul {
    /* mobile first */
    position : fixed;
    width    : 90%;
    max-width: 400px;

    right                      : 5%;
    bottom                     : 20px;
    border-radius              : 0.25em;
    box-shadow                 : 0 0 10px rgba(28, 112, 190, 0.4);
    background                 : white;
    visibility                 : hidden;
    /* remove overflow         :hidden if you want to create a drop-down menu - but then remember to fix/eliminate the list items animation */
    overflow                   : hidden;
    z-index                    : 1;
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility        : hidden;
    -webkit-transform          : scale(0);
    -moz-transform             : scale(0);
    -ms-transform              : scale(0);
    -o-transform               : scale(0);
    transform                  : scale(0);
    -webkit-transform-origin   : 100% 100%;
    -moz-transform-origin      : 100% 100%;
    -ms-transform-origin       : 100% 100%;
    -o-transform-origin        : 100% 100%;
    transform-origin           : 100% 100%;
    -webkit-transition         : -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition            : -moz-transform 0.3s, visibility 0s 0.3s;
    transition                 : transform 0.3s, visibility 0s 0.3s;
}

#cd-nav ul li {
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility        : hidden;
}

#cd-nav .list_li {
    height     : initial;
    line-height: initial;
}

#cd-nav .list_dd {
    margin-bottom: 0;
}

#cd-nav li .list_li a {
    padding: 0.6rem;
}

#cd-nav #uls {
    padding: 0 0 92px;
}

#cd-nav ul.is-visible {
    visibility        : visible;
    -webkit-transform : scale(1);
    -moz-transform    : scale(1);
    -ms-transform     : scale(1);
    -o-transform      : scale(1);
    transform         : scale(1);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -moz-transition   : -moz-transform 0.3s, visibility 0s 0s;
    transition        : transform 0.3s, visibility 0s 0s;

}

#cd-nav ul.is-visible li:nth-child(1) {
    /* list items animation */
    -webkit-animation: cd-slide-in 0.2s;
    -moz-animation   : cd-slide-in 0.2s;
    animation        : cd-slide-in 0.2s;
}

#cd-nav ul.is-visible li:nth-child(2) {
    -webkit-animation: cd-slide-in 0.3s;
    -moz-animation   : cd-slide-in 0.3s;
    animation        : cd-slide-in 0.3s;
}

#cd-nav ul.is-visible li:nth-child(3) {
    -webkit-animation: cd-slide-in 0.4s;
    -moz-animation   : cd-slide-in 0.4s;
    animation        : cd-slide-in 0.4s;
}

#cd-nav ul.is-visible li:nth-child(4) {
    -webkit-animation: cd-slide-in 0.5s;
    -moz-animation   : cd-slide-in 0.5s;
    animation        : cd-slide-in 0.5s;
}

#cd-nav ul.is-visible li:nth-child(5) {
    -webkit-animation: cd-slide-in 0.6s;
    -moz-animation   : cd-slide-in 0.6s;
    animation        : cd-slide-in 0.6s;
}

#cd-nav li a {
    display      : block;
    padding      : 0.1rem 1.6em;
    border-bottom: 1px solid #eff2f6;
}

#cd-nav li:last-child a {
    border-bottom: none;
}

@media only screen and (min-width: 1170px) {
    #cd-nav ul {
        /* the navigation moves to the top */
        position          : absolute;
        width             : auto;
        max-width         : none;
        bottom            : auto;
        top               : 36px;
        background        : transparent;
        visibility        : visible;
        box-shadow        : none;
        -webkit-transform : scale(1);
        -moz-transform    : scale(1);
        -ms-transform     : scale(1);
        -o-transform      : scale(1);
        transform         : scale(1);
        -webkit-transition: all 0s;
        -moz-transition   : all 0s;
        transition        : all 0s;
    }

    #cd-nav li {
        display: inline-block;
    }

    #cd-nav.is-fixed ul {
        /* when the user scrolls down, the navigation moves to the bottom right in Fixed position - as on touch devices */
        position         : fixed;
        width            : 90%;
        max-width        : 400px;
        bottom           : 20px;
        top              : auto;
        background       : white;
        visibility       : hidden;
        box-shadow       : 0 0 10px rgba(28, 112, 190, 0.4);
        -webkit-transform: scale(0);
        -moz-transform   : scale(0);
        -ms-transform    : scale(0);
        -o-transform     : scale(0);
        transform        : scale(0);
    }

    #cd-nav.is-fixed ul li {
        display: block;
    }

    #cd-nav ul.has-transitions {
        /* this class is used to bring back transitions when the navigation moves at the bottom right */
        -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
        -moz-transition   : -moz-transform 0.3s, visibility 0s 0.3s;
        transition        : transform 0.3s, visibility 0s 0.3s;
    }

    #cd-nav ul.is-visible {
        /* this class is used to bring back the navigation animation - as on touch devices */
        visibility        : visible;
        -webkit-transform : scale(1);
        -moz-transform    : scale(1);
        -ms-transform     : scale(1);
        -o-transform      : scale(1);
        transform         : scale(1);
        -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
        -moz-transition   : -moz-transform 0.3s, visibility 0s 0s;
        transition        : transform 0.3s, visibility 0s 0s;
    }

    #cd-nav ul.is-hidden {
        /* this class is used to animate the scale down the navigation when the user scrolls down with the navigation still open */
        -webkit-transform : scale(0);
        -moz-transform    : scale(0);
        -ms-transform     : scale(0);
        -o-transform      : scale(0);
        transform         : scale(0);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition   : -moz-transform 0.3s;
        transition        : transform 0.3s;
    }
}

.cd-nav-trigger {
    position     : fixed;
    top          : 60%;
    right        : 5%;
    width        : 44px;
    height       : 44px;
    background   : white;
    border-radius: 0.25em;
    box-shadow   : 0 0 10px rgba(28, 112, 190, 0.4);
    /* image replacement */
    overflow     : hidden;
    text-indent  : 100%;
    white-space  : nowrap;
    z-index      : 9999999999999999999999999;
}

.cd-nav-trigger span {
    /* the span element is used to create the menu icon */
    position          : absolute;
    display           : block;
    width             : 20px;
    height            : 2px;
    background        : #1e4e90;
    top               : 50%;
    margin-top        : -1px;
    left              : 50%;
    margin-left       : -10px;
    -webkit-transition: background 0.3s;
    -moz-transition   : background 0.3s;
    transition        : background 0.3s;
}

.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
    content                    : '';
    position                   : absolute;
    left                       : 0;
    background                 : inherit;
    width                      : 100%;
    height                     : 100%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform          : translateZ(0);
    -moz-transform             : translateZ(0);
    -ms-transform              : translateZ(0);
    -o-transform               : translateZ(0);
    transform                  : translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility        : hidden;
    -webkit-transition         : -webkit-transform 0.3s, background 0s;
    -moz-transition            : -moz-transform 0.3s, background 0s;
    transition                 : transform 0.3s, background 0s;
}

.cd-nav-trigger span::before {
    top              : -6px;
    -webkit-transform: rotate(0);
    -moz-transform   : rotate(0);
    -ms-transform    : rotate(0);
    -o-transform     : rotate(0);
    transform        : rotate(0);
}

.cd-nav-trigger span::after {
    bottom           : -6px;
    -webkit-transform: rotate(0);
    -moz-transform   : rotate(0);
    -ms-transform    : rotate(0);
    -o-transform     : rotate(0);
    transform        : rotate(0);
}

.cd-nav-trigger.menu-is-open {
    box-shadow: none;
}

.cd-nav-trigger.menu-is-open span {
    background: rgba(232, 74, 100, 0);
}

.cd-nav-trigger.menu-is-open span::before,
.cd-nav-trigger.menu-is-open span::after {
    background: #1e4e90;
}

.cd-nav-trigger.menu-is-open span::before {
    top              : 0;
    -webkit-transform: rotate(135deg);
    -moz-transform   : rotate(135deg);
    -ms-transform    : rotate(135deg);
    -o-transform     : rotate(135deg);
    transform        : rotate(135deg);
}

.cd-nav-trigger.menu-is-open span::after {
    bottom           : 0;
    -webkit-transform: rotate(225deg);
    -moz-transform   : rotate(225deg);
    -ms-transform    : rotate(225deg);
    -o-transform     : rotate(225deg);
    transform        : rotate(225deg);
}

@media only screen and (min-width: 1170px) {
    .cd-nav-trigger {
        /* the the menu triger is hidden by default on desktop devices */
        visibility        : hidden;
        -webkit-transform : scale(0);
        -moz-transform    : scale(0);
        -ms-transform     : scale(0);
        -o-transform      : scale(0);
        transform         : scale(0);
        -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
        -moz-transition   : -moz-transform 0.3s, visibility 0s 0.3s;
        transition        : transform 0.3s, visibility 0s 0.3s;
    }

    .is-fixed .cd-nav-trigger {
        visibility        : visible;
        -webkit-transition: all 0s;
        -moz-transition   : all 0s;
        transition        : all 0s;
        -webkit-transform : scale(1);
        -moz-transform    : scale(1);
        -ms-transform     : scale(1);
        -o-transform      : scale(1);
        transform         : scale(1);
        -webkit-animation : cd-bounce-in 0.3s linear;
        -moz-animation    : cd-bounce-in 0.3s linear;
        animation         : cd-bounce-in 0.3s linear;
    }
}

#cd-gallery-items li {
    margin-bottom: 1.5em;
    box-shadow   : 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0.25em;
}

#cd-gallery-items li img {
    width        : 100%;
    display      : block;
    border-radius: 0.25em;
}

@media only screen and (min-width: 768px) {
    #cd-gallery-items li {
        width        : 48%;
        float        : left;
        margin-bottom: 2em;
        margin-right : 4%;
    }

    #cd-gallery-items li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1170px) {
    #cd-gallery-items li {
        width        : 31%;
        float        : left;
        margin-bottom: 2.5em;
        margin-right : 3.5%;
    }

    #cd-gallery-items li:nth-child(2n) {
        margin-right: 3.5%;
    }

    #cd-gallery-items li:nth-child(3n) {
        margin-right: 0;
    }
}

@-webkit-keyframes cd-slide-in {
    0% {
        -webkit-transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes cd-slide-in {
    0% {
        -moz-transform: translateX(100px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@keyframes cd-slide-in {
    0% {
        -webkit-transform: translateX(100px);
        -moz-transform   : translateX(100px);
        -ms-transform    : translateX(100px);
        -o-transform     : translateX(100px);
        transform        : translateX(100px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform   : translateY(0);
        -ms-transform    : translateY(0);
        -o-transform     : translateY(0);
        transform        : translateY(0);
    }
}

@-webkit-keyframes cd-bounce-in {
    0% {
        -webkit-transform: scale(0);
    }

    60% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        -moz-transform: scale(0);
    }

    60% {
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-in {
    0% {
        -webkit-transform: scale(0);
        -moz-transform   : scale(0);
        -ms-transform    : scale(0);
        -o-transform     : scale(0);
        transform        : scale(0);
    }

    60% {
        -webkit-transform: scale(1.2);
        -moz-transform   : scale(1.2);
        -ms-transform    : scale(1.2);
        -o-transform     : scale(1.2);
        transform        : scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform   : scale(1);
        -ms-transform    : scale(1);
        -o-transform     : scale(1);
        transform        : scale(1);
    }
}

/* 手机端产品菜单 */
.caes-comment {
    padding: 42px 0;
}

.case_box {
    background: rgba(224, 224, 224, 0.2);
    padding   : 30px;
}

.caes-comment .swiper-slide {
    width   : 100%;
    overflow: hidden;
    margin  : 0;
    padding : 0;
}

.caes-comment .swiper-slide img {
    width: 100%;
}

.case_details h1 {
    font-size    : 36px;
    color        : #000;
    margin-bottom: 30px;
    text-align   : center;
}

#c-video .c-right .c-list li .inner-box {
    margin: 0 5px;
}

#c-video .c-right .c-list li .inner-box .caes_img {
    width   : 100%;
    overflow: hidden;
}

#c-video .c-right .c-list li .inner-box .caes_img img {
    width: 100%;
}

#c-video .c-right .c-list li .inner-box h3 {
    font-size         : 18px;
    color             : #000;
    margin            : 20px 0 0;
    text-align        : center;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#c-video .c-right .c-list li .inner-box:hover h3 {
    color: #1e4e90;
}

@media (max-width: 1580px) {
    #c-video .c-right .c-list li {
        padding: 0 20px 40px;
    }
}

@media (max-width: 972px) {
    #c-video .c-right .c-list li {
        padding: 0 10px 40px;
    }
}

@media (max-width: 748px) {
    #c-video .c-right .c-list li {
        padding: 0 10px 30px;
        width  : 100%;
    }
}

#c-video .c-right .c-list li .c-wrap .c-img-box {
    position: relative;
    height  : 3.2rem;
    overflow: hidden;
}

@media (max-width: 972px) {
    #c-video .c-right .c-list li .c-wrap .c-img-box {
        height: 4.2rem;
    }
}

@media (max-width: 748px) {
    #c-video .c-right .c-list li .c-wrap .c-img-box {
        height: 12rem;
    }
}

#c-video .c-right .c-list li .c-wrap .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-video .c-right .c-list li .c-wrap .c-img-box::after {
    content   : "";
    position  : absolute;
    top       : 50%;
    left      : 50%;
    z-index   : 5;
    margin    : -36px 0 0 -36px;
    width     : 72px;
    height    : 72px;
    background: url(../images/bf-ico.png) no-repeat center / 100%;
    transition: 0.5s;
    cursor    : pointer;
}

@media (max-width: 748px) {
    #c-video .c-right .c-list li .c-wrap .c-img-box::after {
        width : 50px;
        height: 50px;
    }
}

#c-video .c-right .c-list li .c-wrap .c-text-box {
    line-height: 26px;
}

#c-video .c-right .c-list li .c-wrap .c-text-box .c-title {
    margin    : 25px 0 15px;
    transition: 0.5s;
}

@media (max-width: 748px) {
    #c-video .c-right .c-list li .c-wrap .c-text-box .c-title {
        margin: 15px 0 10px;
    }
}

#c-video .c-right .c-list li .c-wrap .c-text-box .c-text {
    color: #999;
}

#c-video .c-right .c-list li .c-wrap:hover .c-img-box::after {
    transform        : scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
}

#c-video .c-right .c-list li .c-wrap:hover .c-text-box .c-title {
    font-family: "opensans-bold";
    color      : #1e4e90;
}

#c-video .c-right .basepage {
    padding-top: 80px;
}

@media (max-width: 1580px) {
    #c-video .c-right .basepage {
        padding-top: 50px;
    }
}

#c-downloads {
    padding-top: 40px;
}

@media (max-width: 748px) {
    #c-downloads {
        padding-top: 30px;
    }
}

#c-downloads .c-container2 {
    display        : flex;
    align-items    : flex-start;
    flex-wrap      : wrap;
    justify-content: space-between;
}

#c-downloads .c-left {
    position: sticky;
    top     : 120px;
    width   : 21.42857%;
}

@media (max-width: 972px) {
    #c-downloads .c-left {
        top  : 80px;
        width: 27%;
    }
}

@media (max-width: 748px) {
    #c-downloads .c-left {
        position: relative;
        top     : 0;
        width   : 100%;
    }
}

#c-downloads .c-left .c-list li {
    margin-bottom: 20px;
    line-height  : 28px;
}

@media (max-width: 748px) {
    #c-downloads .c-left .c-list li {
        margin-bottom: 10px;
    }
}

#c-downloads .c-left .c-list li a {
    color     : #333;
    transition: 0.5s;
}

#c-downloads .c-left .c-list li a:hover {
    color: #1e4e90;
}

#c-downloads .c-left .c-list li:last-child {
    margin-bottom : 0;
    padding-bottom: 50px;
    border-bottom : 1px solid #ddd;
}

@media (max-width: 748px) {
    #c-downloads .c-left .c-list li:last-child {
        margin-bottom : 30px;
        padding-bottom: 30px;
    }
}

#c-downloads .c-left .c-list li.on a {
    font-family: "opensans-bold";
    color      : #1e4e90;
}

#c-downloads .c-right {
    width: 75%;
}

@media (max-width: 972px) {
    #c-downloads .c-right {
        width: 70%;
    }
}

@media (max-width: 748px) {
    #c-downloads .c-right {
        width: 100%;
    }
}

#c-downloads .c-right .c-main-title {
    font-family: "opensans-bold";
    font-size  : 30px;
    line-height: 40px;
}

#c-downloads .c-right .c-list li {
    padding      : 40px 0;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li {
        padding: 20px 0;
    }
}

#c-downloads .c-right .c-list li .c-title-box {
    display      : flex;
    align-items  : center;
    margin-bottom: 25px;
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box {
        margin-bottom: 10px;
    }
}

#c-downloads .c-right .c-list li .c-title-box .c-lbox {
    width     : calc(100% - 360px);
    transition: all 0.5s;
}

@media (max-width: 1260px) {
    #c-downloads .c-right .c-list li .c-title-box .c-lbox {
        width: calc(100% - 230px);
    }
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box .c-lbox {
        width: calc(100% - 130px);
    }
}

#c-downloads .c-right .c-list li .c-title-box .c-lbox a {
    display    : flex;
    align-items: center;
}

#c-downloads .c-right .c-list li .c-title-box .c-lbox a .c-gs {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 64px;
    height         : 64px;
    border         : 1px solid #1e4e90;
    border-radius  : 5px;
    font-weight    : bold;
    font-size      : 18px;
    color          : #1e4e90;
    transition     : all 0.5s;
    flex-shrink    : 0;
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box .c-lbox a .c-gs {
        width    : 36px;
        height   : 36px;
        font-size: 12px;
    }
}

#c-downloads .c-right .c-list li .c-title-box .c-lbox a .c-title {
    padding-left: 20px;
    font-weight : normal;
    font-size   : 16px;
    line-height : 26px;
    color       : #333;
    transition  : all 0.5s;
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box .c-lbox a .c-title {
        padding-left: 10px;
    }
}

#c-downloads .c-right .c-list li .c-title-box .c-lbox a:hover .c-gs {
    color     : #fff;
    background: #1e4e90;
}

#c-downloads .c-right .c-list li .c-title-box .c-lbox a:hover .c-title {
    color: #1e4e90;
}

#c-downloads .c-right .c-list li .c-title-box .c-cbox {
    width      : 220px;
    padding    : 0 30px;
    line-height: 26px;
}

@media (max-width: 1260px) {
    #c-downloads .c-right .c-list li .c-title-box .c-cbox {
        width: 150px;
    }
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box .c-cbox {
        width  : 100px;
        padding: 0 20px;
    }
}

#c-downloads .c-right .c-list li .c-title-box .c-rbox {
    width        : 140px;
    padding-right: 30px;
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box .c-rbox {
        width        : 30px;
        padding-right: 0;
    }
}

#c-downloads .c-right .c-list li .c-title-box .c-rbox a {
    display        : flex;
    align-items    : center;
    justify-content: flex-end;
    line-height    : 26px;
    color          : #333;
    transition     : 0.5s;
}

#c-downloads .c-right .c-list li .c-title-box .c-rbox a i {
    margin-right: 10px;
    display     : inline-block;
    width       : 20px;
    height      : 20px;
    background  : url(../images/xz-ico.png) no-repeat center / 100%;
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box .c-rbox a i {
        margin-right: 4px;
        width       : 20px;
        height      : 20px;
    }
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box .c-rbox a span {
        display: none;
    }
}

#c-downloads .c-right .c-list li .c-title-box .c-rbox a:hover {
    color: #1e4e90;
}

#c-downloads .c-right .c-list li .c-text-box {
    color: #999;
}

#c-downloads .c-right .basepage {
    padding-top: 80px;
}

@media (max-width: 1580px) {
    #c-downloads .c-right .basepage {
        padding-top: 50px;
    }
}

#c-search .c-top {
    padding-top: 80px;
    background : #f5f5f5;
}

@media (max-width: 748px) {
    #c-search .c-top {
        padding-top: 60px;
    }
}

#c-search .c-top .c-title {
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 58px;
    text-align : center;
}

@media (max-width: 1580px) {
    #c-search .c-top .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-search .c-top .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-search .c-top form {
    display    : flex;
    align-items: flex-start;
    max-width  : 600px;
    height     : 60px;
    margin     : 35px auto 90px;
    background : #fff;
}

@media (max-width: 1580px) {
    #c-search .c-top form {
        margin: 35px auto 60px;
    }
}

@media (max-width: 748px) {
    #c-search .c-top form {
        margin: 20px 0;
    }
}

#c-search .c-top form input {
    padding    : 0 30px;
    width      : -webkit-calc(20%);
    width      : calc(100% - 80px);
    line-height: 60px;
}

#c-search .c-top form button {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 80px;
    height         : 100%;
}

#c-search .c-top form button img {
    width: 20px;
}

#c-search .c-top .c-list {
    display        : flex;
    align-items    : flex-start;
    justify-content: center;
    padding        : 30px 0;
}

@media (max-width: 748px) {
    #c-search .c-top .c-list {
        padding: 20px 0;
    }
}

#c-search .c-top .c-list li {
    margin-right: 90px;
    font-size   : 20px;
    line-height : 30px;
}

@media (max-width: 748px) {
    #c-search .c-top .c-list li {
        margin-right: 20px;
        font-size   : 16px;
        line-height : 26px;
    }
}

#c-search .c-top .c-list li .c-wrap {
    cursor: pointer;
}

#c-search .c-top .c-list li:last-child {
    margin-right: 0;
}

#c-search .c-top .c-list li.on {
    font-family: "opensans-bold";
    color      : #1e4e90;
}

#c-search .c-bottom>div {
    display: none;
}

#c-search .c-bottom>div.on {
    display: block;
}

#c-search .c-bottom #c-news {
    padding-top: 80px;
}

@media (max-width: 748px) {
    #c-search .c-bottom #c-news {
        padding-top: 40px;
    }
}

#c-search .c-bottom .faqbox-sec1 .c-container2 {
    padding-top: 60px;
}

#c-search .c-bottom .faqbox-sec1 .c-container2 .cont {
    justify-content: center;
}

#c-products {
    padding-top: 80px;
    background : #f5f5f5;
}

@media (max-width: 748px) {
    #c-products {
        padding-top: 20px;
    }
}

#c-products .c-list {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
    margin     : 0 -10px -40px;
}

@media (max-width: 748px) {
    #c-products .c-list {
        margin: 0 -10px -30px;
    }
}

#c-products .c-list li {
    width  : 33.333333%;
    padding: 0 10px 40px;
}

@media (max-width: 748px) {
    #c-products .c-list li {
        padding: 0 10px 30px;
        width  : 100%;
    }
}

#c-products .c-list li .c-wrap {
    display: block;
}

#c-products .c-list li .c-wrap .c-img-box {
    margin-bottom  : 15px;
    /* height      : 4.53rem; */
    overflow       : hidden;
    /* background  : #fff; */
    display        : flex;
    align-items    : center;
    justify-content: center;
}

@media (max-width: 972px) {
    #c-products .c-list li .c-wrap .c-img-box {
        height: 6rem;
    }
}

@media (max-width: 748px) {
    #c-products .c-list li .c-wrap .c-img-box {
        height: 16rem;
    }
}

#c-products .c-list li .c-wrap .c-img-box img {
    max-width : 100%;
    max-height: 100%;
    transition: all 0.5s;
}

#c-products .c-list li .c-wrap .c-title {
    font-size  : 20px;
    line-height: 30px;
    color      : #222;
    text-align : center;
    transition : 0.5s;
}

@media (max-width: 972px) {
    #c-products .c-list li .c-wrap .c-title {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-products .c-list li .c-wrap:hover .c-img-box img {
    transform        : scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-products .c-list li .c-wrap:hover .c-title {
    color: #1e4e90;
}

#pro_alt {
    position         : fixed;
    top              : 50%;
    left             : 50%;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    z-index          : 4;
    width            : 180px;
    height           : 180px;
    background-color : #ffffff;
    box-shadow       : 0px 0px 21px 0px rgba(47, 47, 47, 0.2);
    border-radius    : 3px;
    padding          : 80px 40px;
    display          : none;
}

@media (max-width: 1580px) {
    #pro_alt {
        padding: 40px 30px;
        width  : 150px;
        height : 100px;
    }
}

#pro_alt .xian {
    width           : 100%;
    height          : 2px;
    background-color: #dddddd;
    position        : relative;
    margin-bottom   : 16px;
}

@media (max-width: 1580px) {
    #pro_alt .xian {
        margin-bottom: 12px;
    }
}

#pro_alt .xian img {
    position         : absolute;
    top              : 0;
    left             : 0;
    transform        : translateY(-50%);
    width            : 16px;
    -webkit-animation: rit 5s linear infinite;
    animation        : rit 5s linear infinite;
}

@media (max-width: 1580px) {
    #pro_alt .xian img {
        width: 12px;
    }
}

#pro_alt p {
    text-align : center;
    font-size  : 16px;
    color      : #1e4e90;
    line-height: 1.1;
}

@media (max-width: 1580px) {
    #pro_alt p {
        font-size: 14px;
    }
}

#c-comparison {
    padding-top: 20px;
}

#c-comparison .c-container2 {
    display    : flex;
    align-items: flex-start;
}

#c-comparison .c-container2 .c-box1 {
    padding: 0 15px;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 {
        padding: 0 10px;
    }
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-common-btn2 {
        font-size: 14px;
    }
}

#c-comparison .c-container2 .c-box1 .c-hide {
    display    : flex;
    align-items: center;
    height     : 60px;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-hide {
        font-size  : 12px;
        line-height: 16px;
    }
}

#c-comparison .c-container2 .c-box1 .c-hide .c-dot {
    flex-shrink : 0;
    margin-right: 10px;
    width       : 16px;
    height      : 16px;
    border      : 1px solid #ddd;
    cursor      : pointer;
}

#c-comparison .c-container2 .c-box1 .c-hide .c-dot.on {
    background: #1e4e90;
}

#c-comparison .c-container2 .c-box1 .c-tbox {
    position: relative;
    z-index : 5;
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-title {
    display      : flex;
    align-items  : center;
    height       : 61px;
    font-family  : "opensans-bold";
    font-size    : 18px;
    border-bottom: 1px solid #ddd;
    cursor       : pointer;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-title {
        font-size: 16px;
    }
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-title::before {
    content   : "";
    position  : absolute;
    top       : 50%;
    right     : 0;
    margin-top: -6px;
    width     : 12px;
    height    : 12px;
    background: url(../images/jt.png) no-repeat center / 100% auto;
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap {
    display   : none;
    position  : absolute;
    top       : 100%;
    left      : 0;
    width     : 480px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding   : 28px;
}

@media (max-width: 1580px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap {
        width: 400px;
    }
}

@media (max-width: 1260px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap {
        padding: 15px;
        width  : 100%;
    }
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list {
    display      : flex;
    align-items  : flex-start;
    align-content: flex-start;
    flex-wrap    : wrap;
    margin       : 0 -5px -10px;
    overflow-y   : auto;
    height       : 528px;
}

@media (max-width: 1580px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list {
        height: 352px;
    }
}

@media (max-width: 1260px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list {
        height: 328px;
    }
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list {
        height: 264px;
    }
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li {
    padding   : 0 5px 10px;
    width     : 33.333333%;
    text-align: center;
}

@media (max-width: 1580px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li {
        width: 50%;
    }
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li {
        width: 100%;
    }
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li .c-wrap {
    border: 1px solid #ddd;
    cursor: pointer;
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li .c-img {
    width          : 100%;
    height         : 120px;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

@media (max-width: 1260px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li .c-img {
        height: 100px;
    }
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li .c-img {
        height: 80px;
    }
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li .c-img img {
    max-width : 100%;
    max-height: 100%;
    object-fit: cover;
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li .c-text {
    height     : 52px;
    line-height: 26px;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li .c-text {
        height     : 40px;
        font-size  : 14px;
        line-height: 20px;
    }
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li.on .c-wrap {
    border-color: #1e4e90;
}

#c-comparison .c-container2 .c-box1 .c-cbox {
    position: relative;
    z-index : 1;
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list1 {
    position: relative;
    height  : 2.9rem;
    overflow: hidden;
}

@media (max-width: 972px) {
    #c-comparison .c-container2 .c-box1 .c-cbox .c-list1 {
        height: 5rem;
    }
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list1 li {
    opacity        : 0;
    position       : absolute;
    top            : 0;
    left           : 0;
    z-index        : 1;
    width          : 100%;
    height         : 100%;
    display        : flex;
    align-items    : center;
    justify-content: center;
    transition     : all 0.5;
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list1 li img {
    max-width : 100%;
    max-height: 100%;
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list1 li.on {
    opacity: 1;
    z-index: 5;
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 {
    position       : relative;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li {
    flex      : none;
    padding   : 0 10px;
    text-align: center;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li {
        padding: 0 5px;
    }
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-dot-box {
    margin         : 0 auto;
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 38px;
    height         : 38px;
    border         : 1px solid transparent;
    border-radius  : 50%;
    cursor         : pointer;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-dot-box {
        width : 20px;
        height: 20px;
    }
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-dot-box .c-dot {
    width        : 28px;
    height       : 28px;
    border-radius: 50%;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-dot-box .c-dot {
        width : 14px;
        height: 14px;
    }
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-text {
    margin-top: 10px;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-text {
        margin-top : 0;
        font-size  : 12px;
        line-height: 22px;
    }
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li.on .c-dot-box {
    border-color: #1e4e90;
}

#c-comparison .c-container2 .c-box1 .c-bbox {
    margin-top: 30px;
    padding   : 40px 0 70px 0;
    border-top: 1px solid #ddd;
    text-align: center;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-bbox {
        margin-top: 20px;
        padding   : 20px 0 30px;
    }
}

#c-comparison .c-container2 .c-box2 {
    padding   : 50px 0;
    border-top: 1px solid #ddd;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box2 {
        padding: 20px 0;
    }
}

#c-comparison .c-container2 .c-box2:last-child {
    padding-bottom: 0;
}

#c-comparison .c-container2 .c-box2:nth-child(3) ul li:nth-child(8) {
    height: 104px;
}

#c-comparison .c-container2 .c-box2 .c-title {
    display    : flex;
    align-items: center;
    height     : 72px;
    font-family: "opensans-bold";
    font-size  : 30px;
    line-height: 40px;
}

@media (max-width: 1580px) {
    #c-comparison .c-container2 .c-box2 .c-title {
        font-size  : 24px;
        line-height: 24px;
    }
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box2 .c-title {
        font-size  : 20px;
        line-height: 30px;
    }
}

#c-comparison .c-container2 .c-box2 ul li {
    display    : flex;
    align-items: center;
    height     : 72px;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box2 ul li {
        font-size  : 12px;
        line-height: 16px;
    }
}

#c-comparison .c-container2 .c-box2 ul li img {
    height: 20px;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box2 ul li img {
        height: 16px;
    }
}

#c-comparison .c-container2 .c-left {
    width: 25%;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-left {
        width: 40%;
    }
}

#c-comparison .c-container2 .c-left .c-box1 {
    padding: 0;
}

#c-comparison .c-container2 .c-left .c-box2 li {
    font-family: "opensans-bold";
}

#c-comparison .c-container2 .c-right {
    width: 75%;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-right {
        width: 60%;
    }
}

#c-comparison .c-container2 .c-right .c-box2 ul li {
    padding   : 0 15px;
    border-top: 1px solid #ddd;
}

#c-comparison .c-container2 .c-right .c-box2 ul li:first-child {
    border-top: 0;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-right .c-box2 ul li {
        padding: 0 10px;
    }
}

#c-comparison .c-container2 .c-right .swiper-slide:last-child .c-box1 .c-tbox .c-list-wrap {
    left : auto;
    right: 0;
}

#c-products_list .c-container2 .c-list1 {
    display: table;
    margin : 0 auto 42px;
}

#c-products_list .c-container2 .c-list1 {
    display  : flex;
    flex-wrap: wrap;
}

#c-products_list .c-container2 .c-list1 li {
    width : 12.5%;
    height: 43px;
}

#c-products_list .c-container2 .c-list1 li a {
    margin : 0 5px;
    width  : 100%;
    padding: 20px 10px;
    border : 1px solid #000;
}


/* scroll to top */

.scroll-to-top {
    display           : inline-block;
    width             : 45px;
    height            : 45px;
    background        : var(--moniz-primary, #1e4e90);
    position          : fixed;
    bottom            : 40px;
    right             : 40px;
    z-index           : 99;
    text-align        : center;
    -webkit-transition: all 0.4s ease;
    transition        : all 0.4s ease;
    display           : none;
    border-radius     : 50%;
    transition        : all 0.4s ease;
}

.scroll-to-top i {
    color      : #ffffff;
    font-size  : 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--moniz-black, #1e1e22);
}

.scroll-to-top:hover i {
    color: #fff;
}


/* ***** */

.list_dl {
    margin-top: 15px;
}

.list_dt {
    color        : #000;
    width        : 100%;
    padding      : 0 40px 0 0;
    height       : 45px;
    line-height  : 45px;
    cursor       : pointer;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    position     : relative;
    border-bottom: 1px solid #ddd;
}
.list_dt p a{
    color: #000;
}
#open {
    background: none;
}

.list_dt_icon {
    position  : absolute;
    right     : 10px;
    top       : 12px;
    display   : block;
    width     : 16px;
    height    : 16px;
    background: url("../images/open.png") no-repeat;
}

#open .list_dt_icon {
    background: url("../images/open2.png") no-repeat;
}

#open.list_dt .active,.list_dt p.active a,
.list_dd .list_li a.acitve,
.list_dt:hover p {
    color: #1e4e90;
}

.list_dd {
    display      : none;
    margin-bottom: 20px;
}

.list_li {
    background     : none;
    list-style-type: none;
    color          : #000;
    width          : 100%;
    padding        : 0 30px 0 20px;
    height         : 34px;
    line-height    : 34px;
    cursor         : pointer;
}

.list_li a {
    color: #000;
}

.list_li a:hover,
.top_all a:hover,
.top_all.active a {
    color: #1e4e90;
}

.top_all {
    margin-top: 40px;
}

.top_all a {
    font-size: 18px;
    color    : #000;
}

@media (max-width: 1024px) {

    .c-container2,
    .c-container {
        position: relative;
        margin  : 0 auto;
        width   : 100%;
        padding : 0 4.5%;
    }
}

@media (max-width: 640px) {
    .top_all {
        margin-top: 15px;
    }

    #c-top-site .c-box {
        display: none;
    }

    #c-top-site .c-list1 li {
        margin-right: 20px;
    }

    #c-top-site .c-list1 {
        float: left;
    }

    #c-news2 .c-main {
        margin: 0 auto 0;
    }

    .list_dl {
        margin-bottom: 40px;
    }

    .product-sec1 .f_cont li {
        width        : 100%;
        padding      : 0 0;
        margin-bottom: 15px;
    }

    .site-footer__top {
        padding: 30px 0 0;
    }

    #c-footer .c-logo img {
        height: 100px;
    }

    #c-footer .c-title-box a {
        line-height: 24px;
    }

    #c-footer .c-title {
        font-size: 14px;
    }

    #c-product .c-list li .c-wrap .c-text-box {
        padding: 15px;
    }

    #c-product .c-list li .c-wrap .c-text-box .c-title {
        font-size: 18px;
        color    : #000;
    }

    #c-product .c-list li .c-wrap .c-text-box .c-text {
        color: #000;
        font-size: 14px;
    }

    .c-common-btn1 {
        color : #000;
        border: 1px solid #eee;
    }

    .c-common-box .c-text-box .c-title {
        font-size  : 22px;
        line-height: 30px;
    }

    .c-common-box .c-text-box .c-text {
        font-size: 14px;
    }
}

/* 种草基地 */
.share_box {
    margin-top: 42px;
}

.share_box .tnav {
    height     : 46px;
    padding    : 0px;
    line-height: 46px;
    text-align : center;
    font-size  : 36px;
    color      : #000;
}

.share_box .ttag {
    height     : 38px;
    padding    : 0px 0px 70px 0px;
    position   : relative;
    line-height: 38px;
    text-align : center;
    font-size  : 18px;
    color      : #000;
}

.share_box .sharetop {
    display  : flex;
    flex-wrap: wrap;
}

.share_box .sharetop .lpic {
    float: left;
    width: 50%;

}

.share_box .sharetop .lpic img {
    width: 100%;
}

.share_box .sharetop .rinfos {
    float       : right;
    width       : 50%;
    padding-left: 5%;
}

.share_box .sharetop .rinfos .ttitle {
    padding    : 0 0 25px 0;
    line-height: 46px;
    text-align : left;
    font-size  : 30px;
    color      : #000;
}

.share_box .sharetop .rinfos .ttitle a:link {
    color: #000;
}

.share_box .sharetop .rinfos .ttitle a:active {
    color: #1e4e90;
}

.share_box .sharetop .rinfos .ttitle a:hover {
    color: #1e4e90;
}

.share_box .sharetop .rinfos .ttitle a:visited {
    color: #000;
}

.share_box .sharetop .rinfos .mcon {
    min-height : 180px;
    line-height: 30px;
    text-align : left;
    font-size  : 18px;
    color      : #585858;
}

.share_box .sharetop .rinfos .mcon a:link {
    color: #585858;
}

.share_box .sharetop .rinfos .mcon a:active {
    color: #1e4e90;
}

.share_box .sharetop .rinfos .mcon a:hover {
    color: #1e4e90;
}

.share_box .sharetop .rinfos .mcon a:visited {
    color: #585858;
}

.share_uinfo {
    width   : 100%;
    height  : 40px;
    overflow: hidden;
}

.share_uinfo .upic {
    float : left;
    width : 40px;
    height: 40px;
}

.share_uinfo .upic img {
    width                : 40px;
    height               : 40px;
    border-radius        : 40px;
    -moz-border-radius   : 40px;
    -webkit-border-radius: 40px;
}

.share_uinfo .uname {
    float      : left;
    padding    : 0px 5px;
    line-height: 40px;
    text-align : left;
    font-size  : 16px;
    color      : #7a7a7a;
}

.share_uinfo .uheart {
    float                : left;
    margin-left          : 36%;
    width                : 40px;
    height               : 40px;
    border-radius        : 40px;
    -moz-border-radius   : 40px;
    -webkit-border-radius: 40px;
}

.share_listbox {
    width : 100%;
    margin: 42px 0;
}

.share_listbox ul {
    display    : flex;
    flex-wrap  : wrap;
    align-items: center;
}

.share_listbox ul li {
    width  : 25%;
    padding: 0 10px 30px;
}

@media (max-width: 1580px) {
    .share_listbox ul li {
        width: 33.33%;
    }
}

@media (max-width: 1200px) {
    .share_listbox ul li {
        width: 50%;
    }
}

@media (max-width: 640px) {

    .share_box .sharetop .lpic,
    .share_box .sharetop .rinfos {
        float: initial;
        width: 100%;
    }

    .share_box .sharetop .rinfos .ttitle {
        margin-top : 20px;
        font-size  : 18px !important;
        line-height: initial;
        padding    : 0 0 10px 0;
    }

    .share_box .sharetop .rinfos .mcon {
        font-size    : 14px;
        line-height  : 24px;
        min-height   : auto;
        margin-bottom: 15px;
    }

    .share_listbox ul li .item .list .content .title {
        font-size: 16px !important;
    }

    .share_listbox ul li {
        width: 100%;
    }
}

.share_listbox ul li .item .list {
    width: 100%;
}

.share_listbox ul li .item .list .img {
    width: 100%;
}

.share_listbox ul li .item .list .img img {
    width: 100%;
}

.share_listbox ul li .item .list .content {
    background: #f7f7f7;
    padding   : 20px 20px;
}

.share_listbox ul li .item .list .content .title {
    margin-top        : 20px;
    font-size         : 18px;
    color             : #000;
    overflow          : hidden;
    text-overflow     : ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.share_listbox ul li .item .list:hover .content .title {
    color: #1e4e90;
}

/* 种草基地详情 */
.c-title-bottom {
    display: table;
    margin : 20px auto 0;
}

.c-title-bottom .share_img {
    float       : left;
    line-height : 40px;
    margin-right: 30px;

}

.c-title-bottom .share_img span {
    font-size: 14px;
}

.c-title-bottom .share_img img {
    width: 40px;
}

.c-title-bottom .text {
    font-size  : 14px;
    color      : #000;
    float      : left;
    line-height: 40px;
}

/* 首页种草基地 */
.sharebox {
    display  : flex;
    flex-wrap: wrap;
}

.sharebox .sharelist {
    width: 50%;
}

.sharebox .sharelist ul {
    display  : flex;
    flex-wrap: wrap;
    position : relative;

}

.sharebox .sharelist li {
    overflow: hidden;
    padding : 0 10px 20px;
}

.sharebox .sharelist li .inner_box {
    width   : 100%;
    max-height:376px ;
    overflow: hidden;
}

.sharebox .sharelist li .inner_box img {
    width     : 100%;
    object-fit: cover;
    transition: 1s;
}

.sharebox .sharelist li a:hover .inner_box img {
    transform        : scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.sharebox .sharelist li .content {
    padding   : 20px 15px;
    text-align: center;
    background: #f5f4f4;
}

.sharebox .sharelist li .content h3 {
    font-size         : 18px;
    color             : #000;
    overflow          : hidden;
    text-overflow     : ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}

.sharebox .sharelist li:hover .content h3 {
    color: #1e4e90;
}

.sharebox .sharelist li .bboxabs-content a,
.sharebox .sharelist li .bboxabs-content {
    width: 100%;
}

.sharebox .sharelist li.sbox {
    width: 50%;
}

.sharebox .sharelist li.bboxabs {
    width   : 100%;
    position: relative;
}

.sharebox .sharelist li.bboxabs2 .bboxabs-content {
    /* position: absolute;
    left    : 0px;
    top     : -192px;
    z-index : 99999999999999; */
}

@media (max-width:991px) {
    .sharebox .sharelist {
        width: 100%;
    }
}

@media (max-width:640px) {
    .sharebox .sharelist li.sbox {
        width: 100%;
    }

    .sharebox .sharelist li {
        padding: 0 0 20px;
    }

    .sharebox .sharelist li:last-child {
        padding: 0 0 0;
    }

    .c-top-site3 {
        display: none;

    }

}


/* 首页商城 */
.model-item {
    padding: 42px 0;
}

.mall-box {
    height          : 355px;
    text-align      : center;
    background-color: #dcedf9;
    position        : relative;
}

.mall-box h2 {
    font-size     : 36px;
    letter-spacing: 10px;
    line-height   : 355px;
    color         : #333;
}

.mall-box .mall-tb,
.mall-box .mall-jd {
    position: relative;
    width   : 582px;
    position: absolute;
    top     : 0;
    height  : 355px;
}

.mall-box .mall-tb {
    left             : 0;
    background-image : url(../images/mall-tb.png);
    background-size  : cover;
    background-repeat: no-repeat;
}

.mall-box .mall-jd {
    right            : 0;
    background-image : url(../images/mall-jd.png);
    background-size  : cover;
    background-repeat: no-repeat;
}

.mall-box .enter {
    color   : #fff;
    position: absolute;
}

.mall-box .mall-tb .enter {
    right: 66px;
    top  : 30px;
}

.mall-box .mall-jd .enter {
    left  : 66px;
    bottom: 30px;
}

.mall-box .enter-icon {
    display         : inline-block;
    vertical-align  : middle;
    width           : 14px;
    height          : 25px;
    background-image: url(../images/enter-w.png);
    background-size : 100%;
}

.mall-box .enter-icon+.enter-icon {
    margin-left: -6px;
}

.mall-box .mall-jd .enter-icon {
    transform        : rotate(180deg);
    -ms-transform    : rotate(180deg);
    /* IE 9 */
    -moz-transform   : rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform     : rotate(180deg);
}

.enter .enter-icon {
    display                    : inline-block;
    -webkit-animation          : bouncedelay 1s infinite ease-in;
    animation                  : bouncedelay 1s infinite ease-in;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode        : both;
    opacity                    : 0;
}

.enter .enter-icon1 {
    -webkit-animation-delay: 1s;
    animation-delay        : 1s;
}

.enter .enter-icon2 {
    -webkit-animation-delay: 15s;
    animation-delay        : 15s;
}

.enter .enter-icon3 {
    -webkit-animation-delay: 35s;
    animation-delay        : 35s;
}

@-webkit-keyframes bouncedelay {
    0% {
        opacity: 0;
    }

    80%,
    100% {
        opacity: 1;
    }

    /*40% { -webkit-transform: scale(1.0) }*/
}

@keyframes bouncedelay {
    0% {
        opacity: 0;
    }

    80%,
    100% {
        opacity: 1;
    }
}

@media (min-width:1640px) and (max-width: 1919px) {
    .mall-box {
        height: 305px;
    }

    .mall-box h2 {
        line-height   : 305px;
        font-size     : 30px;
        letter-spacing: 8px;
    }

    .mall-box .mall-tb,
    .mall-box .mall-jd {
        height: 305px;
    }

}

@media (min-width:1349px) and (max-width:1639px) {
    .mall-box {
        height: 220px;
    }

    .mall-box h2 {
        line-height   : 220px;
        font-size     : 26px;
        letter-spacing: 8px;
    }

    .mall-box .mall-tb,
    .mall-box .mall-jd {
        width : 390px;
        height: 220px;
    }

    .mall-box .enter {
        font-size: 16px;
    }

    .mall-box .enter-icon {
        width          : 12px;
        height         : 16px;
        background-size: 12px 16px;
    }
}

@media (min-width: 1024px) and (max-width: 1348px) {

    .mall-box {
        height: 160px;
    }

    .mall-box h2 {
        line-height   : 160px;
        font-size     : 22px;
        letter-spacing: 5px;
    }

    .mall-box .mall-tb,
    .mall-box .mall-jd {
        width : 320px;
        height: 160px;
    }

    .mall-box .enter {
        font-size: 14px;
    }

    .mall-box .mall-jd .enter {
        bottom: 20px;
    }

    .mall-box .mall-tb .enter {
        top: 20px;
    }

    .mall-box .enter-icon {
        width          : 12px;
        height         : 14px;
        background-size: 12px 14px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mall-box {
        height: 100px;
    }

    .mall-box .mall-tb,
    .mall-box .mall-jd {
        width : 30%;
        height: 100px;
    }

    .mall-box h2 {
        line-height   : 100px;
        font-size     : 18px;
        letter-spacing: 4px;
    }

    .mall-box .mall-tb .enter {
        right: 26px;
        top  : 14px;
    }

    .mall-box .mall-jd .enter {
        left  : 40px;
        bottom: 14px;
    }

    .mall-box .enter-icon {
        width          : 12px;
        height         : 14px;
        background-size: 12px 14px;
    }
}

@media (max-width: 767px) {

    .mall-box {
        height: 120px;
    }

    .mall-box .mall-tb,
    .mall-box .mall-jd {
        width : 60%;
        height: 120px;
    }

    .mall-box h2 {
        display: none;
    }

    .mall-box .mall-tb .enter {
        right    : 14%;
        top      : 10px;
        font-size: 12px;
    }

    .mall-box .mall-jd .enter {
        left     : 14%;
        bottom   : 10px;
        right    : auto;
        font-size: 12px;
    }

    .mall-box .enter-icon {
        width          : 8px;
        height         : 10px;
        background-size: 8px 10px;
    }

}